bc4ebfe1fc7d7dcdb04c44f2e6dbaca1e93e46ca
[supertux.git] / src / scripting / wrapper.hpp
1 /**
2  * WARNING: This file is automatically generated from:
3  *  'src/scripting/wrapper.interface.hpp'
4  * DO NOT CHANGE
5  */
6 #ifndef __supertux_WRAPPER_H__
7 #define __supertux_WRAPPER_H__
8
9 #include <squirrel.h>
10
11 void register_supertux_wrapper(HSQUIRRELVM v);
12
13 #endif
14