#303: Typo fixes from mathnerd314
[supertux.git] / src / scripting / level.hpp
index 2cdc258..b7d91a2 100644 (file)
@@ -39,6 +39,9 @@ public:
     void flip_vertically();
     /** toggle pause */
     void toggle_pause();
+
+    /** Switch to and from edit mode */
+    void edit(bool edit_mode);
 };
 
 }