mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 11:26:35 +00:00
Add standalone web api server, cli handler, authorization, commands
This commit is contained in:
@@ -11,7 +11,8 @@ namespace EQ
|
||||
JsonConfigFile(const Json::Value &value);
|
||||
~JsonConfigFile();
|
||||
|
||||
static JsonConfigFile Load(const std::string &filename);
|
||||
static JsonConfigFile Load(const std::string &file_name);
|
||||
void Save(const std::string &file_name);
|
||||
|
||||
std::string GetVariableString(const std::string &title, const std::string ¶meter, const std::string &default_value);
|
||||
int GetVariableInt(const std::string &title, const std::string ¶meter, const int default_value);
|
||||
|
||||
Reference in New Issue
Block a user