#include "app.gen.c" #if PLATFORM_WINDOWS #ifndef APP_IS_DLL #include "app_win32.c" #endif #elif PLATFORM_WASM #include "app_wasm.c" #endif