Simplified the packet system

This commit is contained in:
Kayne Ruse
2013-06-24 22:59:06 +10:00
parent ebd8c5e6fc
commit 6d1ba24404
11 changed files with 163 additions and 215 deletions
+3 -3
View File
@@ -63,11 +63,11 @@ protected:
void KeyUp(SDL_KeyboardEvent const&);
//utilities
int HandlePacket(Packet::Packet p);
int HandlePacket(Packet);
void BroadcastNetwork();
void PushServer(Packet::BroadcastResponse&);
void PushServer(Packet&);
void ConnectToServer(ServerEntry*);
void BeginGame(Packet::JoinResponse&);
void BeginGame(Packet&);
//services
ConfigUtility* configUtil = Singleton<ConfigUtility>::Get();