Restructuring

This commit is contained in:
Krzosa Karol
2024-01-12 11:28:19 +01:00
parent dde2334f95
commit eb60189b4b
39 changed files with 55 additions and 55 deletions

View File

@@ -33,7 +33,7 @@ DEBUG = -fsanitize=address
#define _CRT_SECURE_NO_WARNINGS
#endif
#include "../core.c"
#include "../core_library/core.c"
#define CL_Arena MA_Arena
#define CL_PushSize MA_PushSizeNonZeroed
@@ -41,7 +41,7 @@ DEBUG = -fsanitize=address
#define CL_VSNPRINTF stbsp_vsnprintf
#define CL_SNPRINTF stbsp_snprintf
#define AND_CL_STRING_TERMINATE_ON_NEW_LINE
#include "../standalone_modules/clexer.c"
#include "../standalone_libraries/clexer.c"
#define SRC_CACHE_ENTRY_COUNT 1024
struct SRC_CacheEntry {