sqstdaux.h 336 B

1234567891011121314151617
  1. /* see copyright notice in squirrel.h */
  2. #ifndef _SQSTD_AUXLIB_H_
  3. #define _SQSTD_AUXLIB_H_
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. SQUIRREL_API void sqstd_seterrorhandlers(HSQUIRRELVM v);
  8. SQUIRREL_API void sqstd_printcallstack(HSQUIRRELVM v);
  9. #ifdef __cplusplus
  10. } /*extern "C"*/
  11. #endif
  12. #endif /* _SQSTD_AUXLIB_H_ */