diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-14 23:23:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-14 23:36:38 +0300 |
commit | bf9bccc30a186e338f96c230a4f63cc924c77bd8 (patch) | |
tree | e46dbc2f022842982d89164ee598e1bcf827aa39 /src/client.h | |
parent | fb0f86589ae9e2d582383cea43e0a391e8d4739d (diff) | |
download | plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.tar.gz plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.tar.bz2 plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.tar.xz plus-bf9bccc30a186e338f96c230a4f63cc924c77bd8.zip |
Add ability to add comments to any players.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; |