X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fsupertux%2Fmain.hpp;h=e034feb3d0abe25227f83fb7b4a098c3a62d8067;hb=9ea35748100d9feb67a66f8a6656cc60f41bfa8c;hp=4bfe7e6de66f493ddf684088294620cf11088c2d;hpb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;p=supertux.git diff --git a/src/supertux/main.hpp b/src/supertux/main.hpp index 4bfe7e6de..e034feb3d 100644 --- a/src/supertux/main.hpp +++ b/src/supertux/main.hpp @@ -20,20 +20,6 @@ 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, since aspect_ration and projection_area might - shrink or scale things) */ -extern int SCREEN_WIDTH; - -/** The width of the display (this is a logical value, not the - physical value, since aspect_ration and projection_area might - shrink or scale things) */ -extern int SCREEN_HEIGHT; - -// global variables -class JoystickKeyboardController; -extern JoystickKeyboardController* g_main_controller; - int supertux_main(int argc, char** argv); #endif