small hto load improvements

This commit is contained in:
Krzosa Karol
2025-01-26 19:55:31 +01:00
parent 5d127b7f2c
commit 8ae6e15bf8
18 changed files with 197 additions and 216 deletions

View File

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