fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / scripting / functions.hpp
index fe5c656..94fa88c 100644 (file)
@@ -112,7 +112,7 @@ void debug_collrects(bool enable);
 /**
  * enable/disable drawing of fps
  */
-void debug_draw_fps(bool enable);
+void debug_show_fps(bool enable);
 
 /**
  * enable/disable drawing of non-solid layers
@@ -140,7 +140,12 @@ void grease();
 void invincible();
 
 /**
- * recall Tux's invincibility
+ * makes Tux a ghost, i.e. lets him float around and through solid objects
+ */
+void ghost();
+
+/**
+ * recall Tux's invincibility and ghost status
  */
 void mortal();
 
@@ -177,4 +182,3 @@ int rand();
 }
 
 #endif
-