0fc1cfb0aa
Also stubbed out InitSingleplayer in menu.cpp cuz this client doesn't want to work with servers correctly.
12 lines
208 B
C++
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
|