Adding function to find out in which game a user is playing.

This commit is contained in:
lotodore
2010-07-15 10:34:24 +00:00
parent a7f4d033e2
commit c0947c9d54
4 changed files with 39 additions and 0 deletions
+1
View File
@@ -102,6 +102,7 @@ public:
ServerInfo getClientServerInfo(unsigned serverId) const;
GameInfo getClientGameInfo(unsigned gameId) const;
PlayerInfo getClientPlayerInfo(unsigned playerId) const;
unsigned getGameIdOfPlayer(unsigned playerId) const;
ServerStats getClientStats() const;
unsigned getClientCurrentGameId() const;
unsigned getClientUniquePlayerId() const;