win32 drawing text

This commit is contained in:
Krzosa Karol
2025-01-08 09:34:53 +01:00
parent 7c282bacb2
commit 189902dae6
17 changed files with 11794 additions and 46 deletions

View File

@@ -1,2 +1,7 @@
#include "app.gen.c"
#include "app_wasm.c"
#if PLATFORM_WINDOWS
#include "app_win32.c"
#elif PLATFORM_WASM
#include "app_wasm.c"
#endif