implemented a new object factory mechanism which is now really independent of the...
[supertux.git] / src / badguy / nolok_01.cpp
index 1a5768f..f5a1c94 100644 (file)
@@ -106,3 +106,4 @@ Nolok_01::collision_solid(GameObject& , const CollisionHit& hit)
   return CONTINUE;
 }
 
+IMPLEMENT_FACTORY(Nolok_01, "nolok01")