implemented a new object factory mechanism which is now really independent of the...
[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")