Removed NetworkDefinitions.h and moved #define MAXCONNECTIONS 8

#define INPUTSIZE 128 to Network.h.
This commit is contained in:
Jocke
2015-12-18 10:36:14 +01:00
parent 97f8be1915
commit 30db0b10fd
4 changed files with 3 additions and 10 deletions
-1
View File
@@ -8,7 +8,6 @@
#include <boost/asio.hpp>
#include "Network/MessageType.h"
#include "Network/NetworkDefinitions.h"
#include "Network/PlayerDefinition.h"
#include "Network/SnapshotDefinitions.h"
#include "Network/WinLeakCheck.h"