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