another try
[supertux.git] / tools / miniswig / main.cpp
index 8a50801..6461803 100644 (file)
@@ -99,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();