forgot to add files
[supertux.git] / src / scripting / functions.h
index e1769c0..3121889 100644 (file)
@@ -4,7 +4,8 @@
 namespace Scripting
 {
 
-void wait(float secs);
+/** Suspends the script execution for the specified number of seconds */
+void wait(float seconds);
 
 }