The Squirrel interpreter. See http://www.squirrel-lang.org/
include/sqstdsystem.h
- Committer:
- jhnwkmn
- Date:
- 2014-12-16
- Revision:
- 3:7268a3ceaffc
- Parent:
- 0:97a4f8cc534c
File content as of revision 3:7268a3ceaffc:
/* see copyright notice in squirrel.h */ #ifndef _SQSTD_SYSTEMLIB_H_ #define _SQSTD_SYSTEMLIB_H_ #ifdef __cplusplus extern "C" { #endif SQUIRREL_API SQInteger sqstd_register_systemlib(HSQUIRRELVM v); #ifdef __cplusplus } /*extern "C"*/ #endif #endif /* _SQSTD_SYSTEMLIB_H_ */