Added kick logic to the server. Also typedefed.
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
#include <iostream>
|
||||
|
||||
#define INPUTSIZE 4097
|
||||
typedef unsigned int PlayerID;
|
||||
typedef unsigned int PacketID;
|
||||
typedef unsigned int UserID;
|
||||
|
||||
class Network
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user