This commit is contained in:
Anonymous275
2020-04-10 21:42:04 +03:00
parent 9bdec9e5f8
commit 29e77b147c
6 changed files with 36 additions and 36 deletions

13
src/Settings.hpp Normal file
View File

@@ -0,0 +1,13 @@
///
/// Created by Anonymous275 on 4/10/2020
///
extern std::string MapName;
extern std::string Private;
extern int MaxPlayers;
extern int UDPPort;
extern int TCPPort;
extern std::string ServerName;
extern std::string Resource;
extern std::string ServerVersion;
extern std::string ClientVersion;
extern int PlayerCount;