Moved Tux' and Badguys' sprites from sprites.strf to individual .sprite files
[supertux.git] / src / object / rock.hpp
index 28be0e6..1ddce97 100644 (file)
@@ -17,7 +17,6 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
-
 #ifndef __ROCK_H__
 #define __ROCK_H__
 
@@ -40,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;