improved utf-8 code to correctly decode utf-8 byte sequences and not to rely on endle...
[supertux.git] / src / scripting / level.h
index e021742..aae3faf 100644 (file)
@@ -16,6 +16,8 @@ public:
     void finish();
     /** spawn tux at specified sector and spawnpoint */
     void spawn(const std::string& sector, const std::string& spawnpoint);
+    /** Flip level vertically */
+    void flip_vertically();
 };
 
 }