argh, clean out copy
[supertux.git] / src / scripting / level.hpp
index acd9d3b..2cdc258 100644 (file)
@@ -37,9 +37,10 @@ public:
     void spawn(const std::string& sector, const std::string& spawnpoint);
     /** Flip level vertically */
     void flip_vertically();
+    /** toggle pause */
+    void toggle_pause();
 };
 
 }
 
 #endif
-