添加项目文件。

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/sqstdmath.h Normal file
View File

@@ -0,0 +1,15 @@
/* see copyright notice in squirrel.h */
#ifndef _SQSTD_MATH_H_
#define _SQSTD_MATH_H_
#ifdef __cplusplus
extern "C" {
#endif
SQUIRREL_API SQRESULT sqstd_register_mathlib(HSQUIRRELVM v);
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif /*_SQSTD_MATH_H_*/