Working on storing places of all players in ranking games.

This commit is contained in:
lotodore
2010-08-07 23:06:59 +00:00
parent 96b4f864f6
commit 0646bc9d2e
8 changed files with 163 additions and 70 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ public:
SenderHelper &GetSender();
boost::asio::io_service &GetIOService();
ServerDBInterface &GetDatabase();
boost::shared_ptr<ServerDBInterface> GetDatabase();
ServerBanManager &GetBanManager();
protected: