- Added images for ducking big Super Tux.
[supertux.git] / src / level_subset.h
index d9a0fa8..b4f64f6 100644 (file)
 #include <string>
 #include "utils/lispreader.h"
 
+using namespace SuperTux;
+
+namespace SuperTux {
 class Surface;
+};
 
 /** This type holds meta-information about a level-subset. 
     It could be extended to handle manipulation of subsets. */