added settras MrTree
[supertux.git] / src / object / rock.cpp
index 2b45e60..b79a754 100644 (file)
@@ -6,6 +6,7 @@
 #include "lisp/writer.h"
 #include "video/drawing_context.h"
 #include "resources.h"
+#include "object_factory.h"
 
 Rock::Rock(const lisp::Lisp& reader)
 {
@@ -73,3 +74,5 @@ Rock::grab(MovingObject& , const Vector& pos)
   grabbed = true;
 }
 
+IMPLEMENT_FACTORY(Rock, "rock")
+