X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmain.hpp;h=e64b01feaa1b5e11c14d2db18a7d2e12c95345b7;hb=c174dfb2a675b039e915e01549950c7a5b554492;hp=93c03d9419d64dcd103f6403ff6fced8b0d704ee;hpb=c62711567861587107d124642db29e2674ee6533;p=supertux.git diff --git a/src/main.hpp b/src/main.hpp index 93c03d941..e64b01fea 100644 --- a/src/main.hpp +++ b/src/main.hpp @@ -24,9 +24,9 @@ void init_video(); void wait_for_event(float min_delay, float max_delay); /// The width of the display (this is a logical value, not the physical value) -static const float SCREEN_WIDTH = 800; +extern int SCREEN_WIDTH; /// The height of the display (this is a logical value, not the physical value) -static const float SCREEN_HEIGHT = 600; +extern int SCREEN_HEIGHT; // global variables class JoystickKeyboardController;