添加项目文件。

This commit is contained in:
2024-09-16 17:08:48 +08:00
parent e1bbbf3031
commit 19206ab763
212 changed files with 72298 additions and 0 deletions

15
Include/sqstdsystem.h Normal file
View File

@@ -0,0 +1,15 @@
/* 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_ */