Made Wind scriptable
[supertux.git] / src / scripting / level.hpp
index acd9d3b..70c07d0 100644 (file)
@@ -37,6 +37,8 @@ public:
     void spawn(const std::string& sector, const std::string& spawnpoint);
     /** Flip level vertically */
     void flip_vertically();
+    /** toggle pause */
+    void toggle_pause();
 };
 
 }