b155a91f8be5ffcb8f2a909c027d62b702f31d52
[supertux.git] / src / squirrel / include / sqstdsystem.h
1 /*      see copyright notice in squirrel.h */
2 #ifndef _SQSTD_SYSTEMLIB_H_
3 #define _SQSTD_SYSTEMLIB_H_
4
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
8
9 SQUIRREL_API SQInteger sqstd_register_systemlib(HSQUIRRELVM v);
10
11 #ifdef __cplusplus
12 } /*extern "C"*/
13 #endif
14
15 #endif /* _SQSTD_SYSTEMLIB_H_ */