Files
milkwx3 0fc1cfb0aa Fix game crashing on NetworkingInit on Windows. Also add a 32-bit Windows build.
Also stubbed out InitSingleplayer in menu.cpp cuz this client doesn't want to work with servers correctly.
2026-06-15 15:36:39 +03:00

12 lines
208 B
C++

#ifdef WIN32 // FUCK WINDOWS
#include "external/fix_win32_compatibility.h"
#undef PlaySound
#endif
#include <enet/enet.h>
#ifdef WIN32 // FUCK WINDOWS 2
#undef PlaySound
#undef Sound
#endif