Files
ld58/code/os/core.c

6 lines
99 B
C

#if OS_WINDOWS
#include "impl/windows/core.c"
#elif OS_LINUX
#include "impl/linux/core.c"
#endif