The server-side heartbeat is working and stable

This commit is contained in:
Kayne Ruse
2014-09-03 03:23:56 +10:00
parent 79c7e48139
commit 246a5ee541
4 changed files with 74 additions and 2 deletions
+1
View File
@@ -81,6 +81,7 @@ private:
//utility methods
//TODO: a function that only sends to characters in a certain proximity
void CleanupLostConnection(int index);
void PumpPacket(SerialPacket* const);
void PumpCharacterUnload(int uid);
void CopyCharacterToPacket(CharacterPacket* const packet, int characterIndex);