- More work on scripting interface
[supertux.git] / src / scripting / functions.h
1 #ifndef __FUNCTIONS_H__
2 #define __FUNCTIONS_H__
3
4 namespace Scripting
5 {
6
7 void wait(float secs);
8
9 }
10
11 #endif
12