Use configuration files to enable or disable the new dyncom interpreter.
This commit is contained in:
parent
a7a57c04c6
commit
0783498f57
10 changed files with 67 additions and 7 deletions
|
@ -16,6 +16,7 @@ class Config {
|
|||
|
||||
bool LoadINI(INIReader* config, const char* location, const std::string& default_contents="", bool retry=true);
|
||||
void ReadControls();
|
||||
void ReadCore();
|
||||
void ReadData();
|
||||
public:
|
||||
Config();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue