another try
[supertux.git] / tools / miniswig / main.cpp
index cbb76f1..6461803 100644 (file)
@@ -1,3 +1,5 @@
+#include <config.h>
+
 #include <iostream>
 #include <fstream>
 #include <vector>
@@ -97,6 +99,7 @@ int main(int argc, char** argv)
         std_namespace->types.push_back(new StringType());
         unit->namespaces.push_back(std_namespace);
         unit->types.push_back(new HSQUIRRELVMType());
+        unit->types.push_back(new SQIntegerType());
        
         yyparse();