X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ffloating_image.hpp;h=78f39df742f36438b4a310507250f8f3c82d0b67;hb=f81231933de4e2f826bd12a1433e1cef9a7fd71b;hp=42dcf365f2f3c50e4e66f0460dceabfad9a2d83e;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/scripting/floating_image.hpp b/src/scripting/floating_image.hpp index 42dcf365f..78f39df74 100644 --- a/src/scripting/floating_image.hpp +++ b/src/scripting/floating_image.hpp @@ -46,6 +46,8 @@ public: int get_anchor_point(); void set_visible(bool visible); bool get_visible(); + void set_action(const std::string& action); + std::string get_action(); #ifndef SCRIPTING_API private: