]> git.jsancho.org Git - lugaru.git/blobdiff - Source/User/Settings.hpp
In case the resolution settings in the config file have wrong values,
[lugaru.git] / Source / User / Settings.hpp
index ca5327c0e812c64a0f569b355376f11570b35c80..254250a2fe04ffeccca28b914d6afdcd829ac085 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -33,7 +33,7 @@ extern bool autoslomo;
 extern bool foliage;
 extern bool musictoggle;
 extern bool trilinear;
-extern bool decals;
+extern bool decalstoggle;
 extern bool invertmouse;
 extern float gamespeed;
 extern float oldgamespeed;
@@ -51,10 +51,11 @@ extern int kContextWidth;
 extern int kContextHeight;
 extern float screenwidth, screenheight;
 extern bool fullscreen;
+extern float minscreenwidth, minscreenheight;
+extern float maxscreenwidth, maxscreenheight;
 
 void DefaultSettings();
 void SaveSettings();
 bool LoadSettings();
 
-
 #endif