The Squirrel interpreter. See http://www.squirrel-lang.org/
Diff: include/sqstdmath.h
- Revision:
- 0:97a4f8cc534c
diff -r 000000000000 -r 97a4f8cc534c include/sqstdmath.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/sqstdmath.h Tue Dec 16 10:20:34 2014 +0000 @@ -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_*/