Had a bit of time today and worked on supertux:
[supertux.git] / src / gameloop.h
index a63a24b..ea1df56 100644 (file)
@@ -129,6 +129,7 @@ private:
   void check_end_conditions();
   void start_timers();
   void process_events();
+  void handle_cheats();
 
   void levelintro();
   void drawstatus(DrawingContext& context);