Dead snowballs don't walk around.
[supertux.git] / src / scripting / level.hpp
index acd9d3b..b7d91a2 100644 (file)
@@ -37,9 +37,13 @@ public:
     void spawn(const std::string& sector, const std::string& spawnpoint);
     /** Flip level vertically */
     void flip_vertically();
+    /** toggle pause */
+    void toggle_pause();
+
+    /** Switch to and from edit mode */
+    void edit(bool edit_mode);
 };
 
 }
 
 #endif
-