Added HandlePacket() to the lobby

This commit is contained in:
Kayne Ruse
2013-11-22 19:56:15 +11:00
parent f5466b9982
commit 09f97de0e6
2 changed files with 43 additions and 2 deletions
+2
View File
@@ -54,6 +54,8 @@ protected:
void KeyDown(SDL_KeyboardEvent const&);
void KeyUp(SDL_KeyboardEvent const&);
void HandlePacket(NetworkPacket);
//global
ConfigUtility& config;
UDPNetworkUtility& network;