00001 /* see copyright notice in squirrel.h */ 00002 #ifndef _SQSTD_SYSTEMLIB_H_ 00003 #define _SQSTD_SYSTEMLIB_H_ 00004 00005 #ifdef __cplusplus 00006 extern "C" { 00007 #endif 00008 00009 SQUIRREL_API SQInteger sqstd_register_systemlib(HSQUIRRELVM v); 00010 00011 #ifdef __cplusplus 00012 } /*extern "C"*/ 00013 #endif 00014 00015 #endif /* _SQSTD_SYSTEMLIB_H_ */