Fix another small logic error
[supertux.git] / src / scripting / floating_image.hpp
index 68d82f0..7fd9206 100644 (file)
@@ -49,7 +49,9 @@ public:
   bool get_visible();
   void set_action(const std::string& action);
   std::string get_action();
-  
+  void fade_in(float fadetime);
+  void fade_out(float fadetime);
+
 #ifndef SCRIPTING_API
 private:
   Ref<_FloatingImage> floating_image;
@@ -59,4 +61,3 @@ private:
 }
 
 #endif
-