Server refactoring to remove player dependency and lots of fixes.

This commit is contained in:
2016-01-24 21:20:43 +01:00
parent 25890c8d6c
commit 382eff169f
5 changed files with 67 additions and 117 deletions
-1
View File
@@ -15,7 +15,6 @@
#define INPUTSIZE 4097
typedef unsigned int PlayerID;
typedef unsigned int PacketID;
typedef unsigned int UserID;
class Network
{