Add "VIEWMODE" to config.

This commit is contained in:
VoltZ
2019-11-13 23:33:59 +01:00
parent 6a12495e59
commit bb2cecc622
10 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
namespace Config {
// [UI]
extern int lang; // The current Language.
extern int Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor; // Colors!
extern int Color1, Color2, Color3, TxtColor, SelectedColor, UnselectedColor, viewMode;
extern std::string ScriptPath;
void load();