implemented a new object factory mechanism which is now really independent of the...
[supertux.git] / src / badguy / mriceblock.cpp
index 6a76d69..4e1b174 100644 (file)
@@ -165,3 +165,4 @@ MrIceBlock::collision_squished(Player& player)
   return true;
 }
 
+IMPLEMENT_FACTORY(MrIceBlock, "mriceblock")