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