summaryrefslogtreecommitdiffstats
path: root/source/cServer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/cServer.cpp')
-rw-r--r--source/cServer.cpp18
1 files changed, 7 insertions, 11 deletions
diff --git a/source/cServer.cpp b/source/cServer.cpp
index 326bbf9ce..f13fc50dd 100644
--- a/source/cServer.cpp
+++ b/source/cServer.cpp
@@ -1,10 +1,10 @@
+
// ReDucTor is an awesome guy who helped me a lot
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cServer.h"
#include "cClientHandle.h"
-#include "cMCLogger.h"
-#include "cThread.h"
-#include "cEvent.h"
#include "cSleep.h"
#include "cTimer.h"
#include "cMonster.h"
@@ -30,22 +30,18 @@
#include "packets/cPacket_Chat.h"
-#ifndef _WIN32
-#define sprintf_s(dst, size, format, ...) sprintf(dst, format, __VA_ARGS__ )
-#endif
-
-#include <string>
#include <fstream>
#include <sstream>
#include <iostream>
+
+
+
+
extern "C" {
#include "zlib.h"
}
-#ifdef SendMessage
-#undef SendMessage
-#endif
bool g_bWaterPhysics = false;