- Added images for ducking big Super Tux.
[supertux.git] / src / level.h
index 0068fbe..6f29434 100644 (file)
 #include <map>
 #include <string>
 
+using namespace SuperTux;
+
 class Sector;
+
+namespace SuperTux {
 class LispReader;
+}
 
 class Level
 {