mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-22 12:00:03 +00:00
inital commit
This commit is contained in:
17
src/settings.hpp
Normal file
17
src/settings.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _SETT_HPP
|
||||
#define _SETT_HPP
|
||||
|
||||
namespace settings {
|
||||
extern int LOGINPORT;
|
||||
extern bool LOGINRANDCHARACTERS;
|
||||
extern int SHARDPORT;
|
||||
extern std::string SHARDSERVERIP;
|
||||
extern int VIEWDISTANCE;
|
||||
extern int SPAWN_X;
|
||||
extern int SPAWN_Y;
|
||||
extern int SPAWN_Z;
|
||||
|
||||
void init();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user