let miniswig create code to create squirrel object instances
[supertux.git] / src / badguy / spike.cpp
index 0858c56..eded3f9 100644 (file)
@@ -17,8 +17,9 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //  02111-1307, USA.
+#include <config.h>
 
-#include "spike.h"
+#include "spike.hpp"
 
 Spike::Spike(const Vector& pos, Direction dir)
 {