Move os layer to be part of the core

This commit is contained in:
2025-02-24 00:30:25 +00:00
parent 4520f2269d
commit 1479c13417
28 changed files with 20 additions and 38 deletions

View File

@@ -7,5 +7,15 @@
#include "mem_arena_allocator.c"
#include "mem_allocator.c"
#include "str8.c"
#include "termcolour_win.c"
#include "termcolour_posix.c"
#include "termcolour.c"
#include "commander_win.c"
#include "commander.c"
#include "commander_posix.c"
#include "mem_os_win.c"
#include "mem_os.c"
#include "mem_os_posix.c"
#include "cpath.c"
#endif // !WAPP_CORE_C