Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
319 B

  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_ */