Fixed trailing whitespaces in all(?) source files of supertux, also fixed some svn...
[supertux.git] / src / badguy / walking_badguy.hpp
index 313a529..f8afc50 100644 (file)
@@ -40,6 +40,9 @@ public:
   void freeze();
   void unfreeze();
 
+  float get_velocity_y() const;
+  void set_velocity_y(float vy);
+
 protected:
   void turn_around();