in_combat.cpp builds; entire repo builds

Doesn't mean I'm done yet.
This commit is contained in:
Kayne Ruse
2014-06-11 21:57:34 +10:00
parent 955aed2224
commit 13332bf3fc
3 changed files with 44 additions and 41 deletions
+2 -2
View File
@@ -73,8 +73,8 @@ protected:
void KeyUp(SDL_KeyboardEvent const&);
//Network handlers
void HandlePacket(SerialPacket);
void HandleDisconnect(SerialPacket);
void HandlePacket(SerialPacket* const);
void HandleDisconnect(SerialPacket* const);
//TODO: more network handlers
//Server control