Refactored video/ subsystem to make adding other methods of rendering (in particular...
[supertux.git] / src / mainloop.hpp
index e9fa1a1..bd03372 100644 (file)
@@ -34,7 +34,7 @@ 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);