Split single headers, add test to make sure things compile

This commit is contained in:
Krzosa Karol
2023-12-31 08:33:59 +01:00
parent 11e6559a3c
commit d050fbd388
20 changed files with 5569 additions and 5587 deletions

5
test/main.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "../core.c"
int main() {
MA_Arena arena = {};
}