Allow retrieving of own player id by gui.

This commit is contained in:
lotodore
2010-03-24 20:10:36 +00:00
parent d386092a03
commit 5ea56bbf0d
4 changed files with 13 additions and 1 deletions
+1
View File
@@ -96,6 +96,7 @@ public:
PlayerInfo getClientPlayerInfo(unsigned playerId) const;
ServerStats getClientStats() const;
unsigned getClientCurrentGameId() const;
unsigned getClientUniquePlayerId() const;
bool getAvatarFile(const MD5Buf &avatarMD5, std::string &fileName);