Files
wasm_transcript_browser/src/app/app.c
2025-01-26 19:55:31 +01:00

10 lines
141 B
C

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