- Added images for ducking big Super Tux.
[supertux.git] / src / level.h
index c955c5f..6f29434 100644 (file)
 #include <map>
 #include <string>
 
+using namespace SuperTux;
+
 class Sector;
+
+namespace SuperTux {
 class LispReader;
+}
 
 class Level
 {
@@ -49,6 +54,9 @@ public:
   const std::string& get_author() const
   { return author; }
 
+  /** Flips the level vertically */
+  void do_vertical_flip();
+
   void add_sector(Sector* sector);
 
   Sector* get_sector(const std::string& name);