From bf9bccc30a186e338f96c230a4f63cc924c77bd8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Jun 2011 23:23:30 +0300 Subject: Add ability to add comments to any players. --- src/client.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index f03a213db..dc94bdd93 100644 --- a/src/client.h +++ b/src/client.h @@ -224,6 +224,8 @@ public: static const std::string getServerConfigDirectory(); + static const std::string getUsersDirectory(); + static bool getIsMinimized() { return instance()->mIsMinimized; } @@ -262,6 +264,8 @@ public: void initTradeFilter(); + void initUsersDir(); + void initPacketLimiter(); void writePacketLimits(std::string packetLimitsName); @@ -298,6 +302,7 @@ private: std::string mUpdatesDir; std::string mScreenshotDir; std::string mServerConfigDir; + std::string mUsersDir; std::string mRootDir; std::string mServerName; -- cgit v1.2.3-70-g09d2