new repo for codebase

This commit is contained in:
Krzosa Karol
2025-11-18 08:40:36 +01:00
commit cd8d166c0c
43 changed files with 13672 additions and 0 deletions

15
src/core/core.c Normal file
View File

@@ -0,0 +1,15 @@
#include "core_platform.c"
#include "core_intrin.c"
#include "core_unicode.c"
#include "core_math.c"
#include "core_arena.c"
#include "stb_sprintf.c"
#include "core_string.c"
#include "core_string16.c"
#include "core_log.c"
#include "core_lexer.c"
#include "core_type_info.c"
#include "core_hash_table.c"
#include "core_array.c"
#include "core_math.gen.c"
#include "core_ctx.c"