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
+3
View File
@@ -5,6 +5,9 @@
#include "Core/EventBroker.h"
#include "Network/Packet.h"
#define MAXCONNECTIONS 8
#define INPUTSIZE 128
class Network
{
public: