X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Flevel.hpp;h=b7d91a248ba525fb0f0537328bd3b6088582a550;hb=86e5914510fc29f4decbb66a7d602872b6c8555e;hp=70c07d02fccbb2b0f3dbd64131f6a247dc52965e;hpb=77d6c22146b06e5737b905795c8d7aab3f146527;p=supertux.git diff --git a/src/scripting/level.hpp b/src/scripting/level.hpp index 70c07d02f..b7d91a248 100644 --- a/src/scripting/level.hpp +++ b/src/scripting/level.hpp @@ -39,9 +39,11 @@ public: void flip_vertically(); /** toggle pause */ void toggle_pause(); + + /** Switch to and from edit mode */ + void edit(bool edit_mode); }; } #endif -