X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmainloop.hpp;h=a69baafb2dfb2701ce42ce1af7fcc4093380eea7;hb=339968d0eb222f5cad1397580631ab44acf40b10;hp=47621f3480d77a43e7aa674218949f244730e821;hpb=c62711567861587107d124642db29e2674ee6533;p=supertux.git diff --git a/src/mainloop.hpp b/src/mainloop.hpp index 47621f348..a69baafb2 100644 --- a/src/mainloop.hpp +++ b/src/mainloop.hpp @@ -33,7 +33,7 @@ class MainLoop public: MainLoop(); ~MainLoop(); - + void run(); void exit_screen(ScreenFade* fade = NULL); void quit(ScreenFade* fade = NULL); @@ -48,7 +48,7 @@ public: private: void draw_fps(DrawingContext& context, float fps); - + bool running; float speed; bool nextpop; @@ -63,4 +63,3 @@ private: extern MainLoop* main_loop; #endif -