WoW Addon Manager Client
0.0.1-alpha
A p2p World of Warcraft addon manager
|
Go to the documentation of this file.
5 #ifndef WAM_SETTINGSMANAGER_H
6 #define WAM_SETTINGSMANAGER_H
11 #include <json/json.h>
27 static constexpr
char API_IP[] =
"127.0.0.1";
38 #endif //WAM_SETTINGSMANAGER_H
std::string m_ptr_addons_path
std::string m_retail_addons_path
void set_wow_folder_paths()
Json::Value settings_root
std::string m_classic_addons_path
static void generate_folder_structure()
static constexpr int API_PORT
static constexpr char API_IP[]
std::string get_retail_addons_path() const
void generate_settings_file()
std::string get_base_wow_path() const
std::string m_base_wow_folder_path
void set_base_wow_path(const std::string &path)