X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Ffloating_image.hpp;h=7e7ddc3a216c65281aa411e6d3b93854e62b3ca0;hb=2bfc38ef3208dee885452cfa59a7c7df671eb24d;hp=0c827faf5967356d2007bffb8179c995743fefdb;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/object/floating_image.hpp b/src/object/floating_image.hpp index 0c827faf5..7e7ddc3a2 100644 --- a/src/object/floating_image.hpp +++ b/src/object/floating_image.hpp @@ -62,6 +62,9 @@ public: return visible; } + void set_action(const std::string& action); + std::string get_action(); + void update(float elapsed_time); void draw(DrawingContext& context);