create lisp code on the fly (still no enemies showing up in editor, no idea why....
[supertux.git] / src / badguy / spiky.cpp
index 49d7e4c..a4007b7 100644 (file)
@@ -56,3 +56,4 @@ Spiky::collision_badguy(BadGuy& , const CollisionHit& hit)
   return CONTINUE;
 }
 
+IMPLEMENT_FACTORY(Spiky, "spiky")