Modified server to comply with revised protocol.

This commit is contained in:
Josh Allen
2004-08-29 20:36:37 +00:00
parent d4149f2a43
commit 9ccfd2b473
2 changed files with 39 additions and 9 deletions
+3
View File
@@ -28,6 +28,7 @@ class LanPlayer {
int maxCombo;
int Grade;
int offset;
int PlayerID;
LanPlayer();
private:
};
@@ -110,6 +111,8 @@ class StepManiaLanServer {
void SendToAllClients(PacketFunctions &Packet);
bool CheckHasSongState();
void ClearHasSong();
void AssignPlayerIDs();
void SendUserList();
};
#endif