implemented a new object factory mechanism which is now really independent of the...
[supertux.git] / src / badguy / bouncing_snowball.cpp
index 912e523..edbe4d7 100644 (file)
@@ -81,3 +81,5 @@ BouncingSnowball::collision_badguy(BadGuy& , const CollisionHit& hit)
   return CONTINUE;
 }
 
+IMPLEMENT_FACTORY(BouncingSnowball, "bouncingsnowball")
+