X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=be406bd2c4ed1bf74dc3f069cfedb4ec233a41a4;hb=3e86b3d0c8c9ed1137e8716fcecbcd0ca67bea7b;hp=1602787991ab1e71e14163d22771baaa205ff411;hpb=d963f8dc3d2c4e432d3eeecd15351169e10243da;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index 160278799..be406bd2c 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -26,7 +26,7 @@ class Config public: Config(); ~Config(); - + void load(); void save(); @@ -36,12 +36,13 @@ public: */ int screenwidth; int screenheight; + float aspect_ratio; bool use_fullscreen; bool show_fps; bool sound_enabled; bool music_enabled; - bool cheats_enabled; + bool console_enabled; int random_seed; // initial random seed. 0 ==> set from time()