Using ForArrayRemovable

This commit is contained in:
Krzosa Karol
2023-04-02 12:12:21 +02:00
parent ad5c692506
commit 9dfa539563
3 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
#include "core/defer.hpp"
#define ARRAY_ALLOCATOR_TYPE Allocator
#define ARRAY_ASSERT assert
#define ARRAY_ALLOCATE(allocator, size) allocate_size(allocator, size)