X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=b4172210b5ef7aed23806ad9299d50615e1bda09;hb=c0c4838b917943354c150d56ab970ca249267037;hp=d16ebe65bf9eaf0b6093e27877736a7788666eda;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index d16ebe65b..b4172210b 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -21,7 +21,8 @@ #include -class Config { +class Config +{ public: Config(); ~Config(); @@ -30,11 +31,11 @@ public: void save(); /** screen width in pixel (warning: this is the real screen width+height, - * supertux is using a logical width+height and not this one) + * you should use the logical SCREEN_WIDTH and SCREEN_HEIGHT for your + * rendering code.) */ int screenwidth; int screenheight; - bool use_gl; bool use_fullscreen; bool show_fps;