diff options
Diffstat (limited to 'source/packets/cPacket_Handshake.cpp')
-rw-r--r-- | source/packets/cPacket_Handshake.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/packets/cPacket_Handshake.cpp b/source/packets/cPacket_Handshake.cpp index 2513ab33d..482f25d26 100644 --- a/source/packets/cPacket_Handshake.cpp +++ b/source/packets/cPacket_Handshake.cpp @@ -1,5 +1,12 @@ +
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cPacket_Handshake.h"
+
+
+
+
bool cPacket_Handshake::Parse(cSocket & a_Socket)
{
//printf("Parse: NEW Handshake\n");
|