update for backscrolling, badguy behaviour
[supertux.git] / tools / miniswig / tree.cpp
index d05a38a..848b30b 100644 (file)
@@ -1,4 +1,5 @@
-#include "tree.h"
+#include <config.h>
+#include "tree.hpp"
 
 BasicType BasicType::VOID("void");
 BasicType BasicType::BOOL("bool");
@@ -10,3 +11,4 @@ BasicType BasicType::FLOAT("float");
 BasicType BasicType::DOUBLE("double");
 
 StringType* StringType::_instance = 0;
+HSQUIRRELVMType* HSQUIRRELVMType::_instance = 0;