diff options
Diffstat (limited to 'squirrel_3_0_1_stable/include/sqstdaux.h')
-rw-r--r-- | squirrel_3_0_1_stable/include/sqstdaux.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/squirrel_3_0_1_stable/include/sqstdaux.h b/squirrel_3_0_1_stable/include/sqstdaux.h deleted file mode 100644 index c16b04373..000000000 --- a/squirrel_3_0_1_stable/include/sqstdaux.h +++ /dev/null @@ -1,16 +0,0 @@ -/* see copyright notice in squirrel.h */ -#ifndef _SQSTD_AUXLIB_H_ -#define _SQSTD_AUXLIB_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v); -SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v); - -#ifdef __cplusplus -} /*extern "C"*/ -#endif - -#endif /* _SQSTD_AUXLIB_H_ */ |