it now actually runs lol
This commit is contained in:
parent
d6c2553af2
commit
a4ef84d987
4 changed files with 22 additions and 10 deletions
|
|
@ -15,7 +15,9 @@ CConfigManager::CConfigManager() {
|
|||
configValues["general:border_size"].intValue = 1;
|
||||
configValues["general:gaps_in"].intValue = 5;
|
||||
configValues["general:gaps_out"].intValue = 20;
|
||||
}
|
||||
|
||||
void CConfigManager::init() {
|
||||
loadConfigLoadVars();
|
||||
|
||||
isFirstLaunch = false;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ public:
|
|||
CConfigManager();
|
||||
|
||||
void tick();
|
||||
void init();
|
||||
|
||||
int getInt(std::string);
|
||||
float getFloat(std::string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue