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.

15 lines
280 B

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