Rewrote Yeti to rely on position instead of ellapsed time
[supertux.git] / src / object / floating_image.hpp
index 0c827fa..7e7ddc3 100644 (file)
@@ -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);