merged Ed <icelus2k5@gmail.com> later peeking patch which fixes up/down peeking
[supertux.git] / tools / miniswig / parser.yy
index a54c0af..3f518c3 100644 (file)
@@ -1,4 +1,5 @@
 %{
+#include <config.h>
 
 #include <iostream>
 #include <sstream>
@@ -78,9 +79,7 @@ private:
 %token T_BOOL
 %token T_CHAR
 %token T_SHORT
-%token T_INT
 %token T_LONG
-%token T_FLOAT
 %token T_DOUBLE
 %token T_PUBLIC
 %token T_PROTECTED