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