10 lines
141 B
C
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
|