Add Enable GodMode setting.

BE CAREFUL WITH THIS!!!
This commit is contained in:
StackZ
2020-03-01 23:11:48 +01:00
parent 2142c1eb9c
commit 1c2c3dc675
6 changed files with 19 additions and 8 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
namespace Config {
extern int LangPath, lang, Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode, progressbarColor;
extern std::string ScriptPath, MusicPath, StorePath;
extern bool Logging, UseBars;
extern bool Logging, UseBars, GodMode;
void load();
void save();