improve exception feedback a bit
[supertux.git] / src / collision.h
index 3993665..85b89d7 100644 (file)
@@ -21,7 +21,9 @@
 #ifndef SUPERTUX_COLLISION_H
 #define SUPERTUX_COLLISION_H
 
-#include "type.h"
+#include "special/base.h"
+
+using namespace SuperTux;
 
 class Tile;