implemented a new object factory mechanism which is now really independent of the...
[supertux.git] / src / badguy / spike.cpp
index bc31450..5d046ee 100644 (file)
@@ -62,3 +62,5 @@ void
 Spike::active_action(float )
 {
 }
+
+IMPLEMENT_FACTORY(Spike, "spike")