Experimental supertux2-messages target to generate messages.pot files of src/ and...
[supertux.git] / src / mainloop.hpp
index 244c63f..bd03372 100644 (file)
@@ -34,10 +34,11 @@ public:
   MainLoop();
   ~MainLoop();
 
-  void run();
+  void run(DrawingContext &context);
   void exit_screen(ScreenFade* fade = NULL);
   void quit(ScreenFade* fade = NULL);
   void set_speed(float speed);
+  float get_speed() const;
 
   /**
    * requests that a screenshot be taken after the next frame has been rendered