Refactor the folder structure which only had 2 'real' modules, now it's more real, no need for splitting into folders beside the external one

This commit is contained in:
Krzosa Karol
2026-02-09 23:11:24 +01:00
parent fde4e463ad
commit 56a729b617
69 changed files with 12 additions and 346 deletions

9
src/basic.cpp Normal file
View File

@@ -0,0 +1,9 @@
#define STB_SPRINTF_IMPLEMENTATION
#include "stb_sprintf.h"
#include "basic_string.cpp"
#include "basic_string16.cpp"
#include "basic_unicode.cpp"
#include "basic_alloc.cpp"
#include "basic_os.cpp"
#include "math.cpp"
#include "math_int.cpp"