Merge Config::ReadXYZs
This commit is contained in:
parent
4409fa8798
commit
06c9712bc7
4 changed files with 26 additions and 59 deletions
|
@ -15,10 +15,7 @@ class Config {
|
|||
std::string glfw_config_loc;
|
||||
|
||||
bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true);
|
||||
void ReadControls();
|
||||
void ReadCore();
|
||||
void ReadData();
|
||||
void ReadMiscellaneous();
|
||||
void ReadValues();
|
||||
public:
|
||||
Config();
|
||||
~Config();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue