* Use overloading in Lisp and Writer
[supertux.git] / tools / miniswig / tree.cpp
index e26452d..deda75c 100644 (file)
@@ -1,4 +1,5 @@
-#include "tree.h"
+#include <config.h>
+#include "tree.hpp"
 
 BasicType BasicType::VOID("void");
 BasicType BasicType::BOOL("bool");
@@ -9,5 +10,6 @@ BasicType BasicType::LONG("long");
 BasicType BasicType::FLOAT("float");
 BasicType BasicType::DOUBLE("double");
 
-StringType* StringType::_instance = 0;
-HSQUIRRELVMType* HSQUIRRELVMType::_instance = 0;
+StringType* StringType::_instance = NULL;
+HSQUIRRELVMType* HSQUIRRELVMType::_instance = NULL;
+SQIntegerType* SQIntegerType::_instance = NULL;