create lisp code on the fly (still no enemies showing up in editor, no idea why....
[supertux.git] / src / badguy / mrbomb.cpp
index 2152842..5b63955 100644 (file)
@@ -77,3 +77,5 @@ MrBomb::collision_badguy(BadGuy& , const CollisionHit& hit)
 
   return CONTINUE;
 }
+
+IMPLEMENT_FACTORY(MrBomb, "mrbomb")