Fixed time/badguy errors in statistics, still needs some testing
[supertux.git] / src / mainloop.hpp
index 8be8b11..dfb2f9e 100644 (file)
@@ -24,6 +24,7 @@
 
 class Screen;
 class Console;
+class DrawingContext;
 
 class MainLoop
 {
@@ -40,6 +41,8 @@ public:
   void push_screen(Screen* screen);
 
 private:
+  void draw_fps(DrawingContext& context, float fps);
+  
   bool running;
   float speed;
   bool nextpush;