Update to Squirrel 3.0.6
[supertux.git] / external / squirrel / include / sqstdaux.h
1 /*      see copyright notice in squirrel.h */\r
2 #ifndef _SQSTD_AUXLIB_H_\r
3 #define _SQSTD_AUXLIB_H_\r
4 \r
5 #ifdef __cplusplus\r
6 extern "C" {\r
7 #endif\r
8 \r
9 SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v);\r
10 SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v);\r
11 \r
12 #ifdef __cplusplus\r
13 } /*extern "C"*/\r
14 #endif\r
15 \r
16 #endif /* _SQSTD_AUXLIB_H_ */\r