* Use overloading in Lisp and Writer
[supertux.git] / tools / miniswig / tree.cpp
index 3d5413e..deda75c 100644 (file)
@@ -1,3 +1,4 @@
+#include <config.h>
 #include "tree.hpp"
 
 BasicType BasicType::VOID("void");
@@ -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;