X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FUser%2FSettings.hpp;h=254250a2fe04ffeccca28b914d6afdcd829ac085;hb=4dfbee7192000c0047a73d48fb10a33d39261d89;hp=d9b8886cd1b7156456dcf6628aac5b81878a4cca;hpb=e60cbd7add6123d81b3c35543296449b5d02cbaa;p=lugaru.git diff --git a/Source/User/Settings.hpp b/Source/User/Settings.hpp index d9b8886..254250a 100644 --- a/Source/User/Settings.hpp +++ b/Source/User/Settings.hpp @@ -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