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