This commit is contained in:
momo5502
2025-04-14 20:01:00 +02:00
parent d9fc5457bc
commit 68022ef501
6 changed files with 21 additions and 6 deletions

View File

@@ -13,6 +13,8 @@
#define OS_MAC
#elif defined(__linux__)
#define OS_LINUX
#elif defined(__EMSCRIPTEN__)
#define OS_EMSCRIPTEN
#else
#error "Unsupported platform"
#endif