Move style guide stuff into separate file
[supertux.git] / src / supertux / main.hpp
index 4bfe7e6..e034feb 100644 (file)
 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