Added kick function with player name.

This commit is contained in:
lotodore
2007-10-27 18:51:53 +00:00
parent 0d0104107b
commit 8f1e5132d6
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ public:
GameInfo GetGameInfo(unsigned playerId) const;
PlayerInfo GetPlayerInfo(unsigned playerId) const;
bool GetPlayerIdFromName(const std::string &playerName, unsigned &playerId) const;
ServerStats GetStatData() const;
ClientCallback &GetCallback();