]> 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 d9b8886cd1b7156456dcf6628aac5b81878a4cca..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.
 
@@ -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