Added compiling for Windows
Build / build (push) Has been cancelled

This commit is contained in:
literallyMilk
2026-07-08 13:01:49 +03:00
parent 54a7662952
commit a8ca1edaef
13 changed files with 75 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#ifdef WIN32 // FUCK WINDOWS
#ifdef WIN32 // FUCK WINDOWS
#include "external/fix_win32_compatibility.h"
#undef PlaySound
#endif