New flying platform object.
[supertux.git] / src / player.h
index 362fbc6..95b1a56 100644 (file)
@@ -135,6 +135,7 @@ public:
   Timer safe_timer;
   Timer frame_timer;
   Timer kick_timer;
+  Timer shooting_timer;   // used to show the arm when Tux is shooting
   Physic physic;
 
 public:
@@ -161,6 +162,7 @@ public:
   void check_bounds(ViewPort& viewport, bool back_scrolling, bool hor_autoscroll);
   bool on_ground();
   bool under_solid();
+  bool tiles_on_air(int tiles);
   void grow();
   
 private: