Next steps for invitation system.

This commit is contained in:
lotodore
2010-03-30 13:02:43 +00:00
parent 0925b2d747
commit a01741846a
5 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ public:
void AddComputerPlayer(boost::shared_ptr<PlayerData> player);
void RemoveComputerPlayer(boost::shared_ptr<PlayerData> player);
void SendToLobbyPlayer(unsigned playerId, boost::shared_ptr<NetPacket> packet);
bool SendToLobbyPlayer(unsigned playerId, boost::shared_ptr<NetPacket> packet);
u_int32_t GetNextUniquePlayerId();
u_int32_t GetNextGameId();