'auto' option that always picks what it thinks is the best renderer.
[supertux.git] / src / scripting / functions.hpp
index b42aff5..d56f6c2 100644 (file)
@@ -88,6 +88,12 @@ void fadeout_screen(float seconds);
 void shrink_screen(float dest_x, float dest_y, float seconds);
 
 /**
+ * Aborts any kind of previous screen fade; the screenchange will happen
+ * anyway.
+ */
+void abort_screenfade();
+
+/**
  * Translate a text into the users language (by looking it up in the .po
  * files)
  */