core_library to core
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include "../core_library/core.c"
|
||||
#include "../core/core.c"
|
||||
|
||||
#define CL_Allocator MA_Arena *
|
||||
#define CL_Allocate(a, s) MA_PushSizeNonZeroed(a, s)
|
||||
|
||||
Reference in New Issue
Block a user