implemented a new object factory mechanism which is now really independent of the...
[supertux.git] / src / badguy / snowball.cpp
index 75f68b4..5f65eaa 100644 (file)
@@ -76,3 +76,4 @@ SnowBall::collision_badguy(BadGuy& , const CollisionHit& hit)
   return CONTINUE;
 }
 
+IMPLEMENT_FACTORY(SnowBall, "snowball")