X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Flevel.hpp;h=70c07d02fccbb2b0f3dbd64131f6a247dc52965e;hb=d0e404874455994e6276d23d76fb9f1ea6d06094;hp=acd9d3b58f1e48ee9c6615c541dedb742f249db8;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/scripting/level.hpp b/src/scripting/level.hpp index acd9d3b58..70c07d02f 100644 --- a/src/scripting/level.hpp +++ b/src/scripting/level.hpp @@ -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(); }; }