Copied some boilerplate code from InWorld to InCombat

This commit is contained in:
Kayne Ruse
2014-06-01 23:42:30 +10:00
parent 1cfb814ee4
commit 9d83abbd38
3 changed files with 113 additions and 7 deletions
+2 -1
View File
@@ -75,9 +75,10 @@ protected:
//Network handlers
void HandlePacket(SerialPacket);
void HandleDisconnect(SerialPacket);
//TODO: more
//TODO: more network handlers
//Server control
void RequestSynchronize();
void SendPlayerUpdate();
void RequestDisconnect();
void RequestShutdown();