win32 drawing text
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user