e1769c09925b2e534734514db24da4044fab01e1
[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