New Path based on time intervals; see levels/test/platform.stl
[supertux.git] / src / object / rock.hpp
index 9e48d1b..1ddce97 100644 (file)
@@ -39,7 +39,7 @@ public:
   void draw(DrawingContext& context);
   void write(lisp::Writer& writer);
     
-  void grab(MovingObject& object, const Vector& pos);
+  void grab(MovingObject& object, const Vector& pos, Direction dir);
 
 private:
   bool grabbed;