sqstdmath.h 276 B

12345678910111213141516
  1. /* see copyright notice in squirrel.h */
  2. #ifndef _SQSTD_MATH_H_
  3. #define _SQSTD_MATH_H_
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. SQUIRREL_API SQRESULT sqstd_register_mathlib(HSQUIRRELVM v);
  8. #ifdef __cplusplus
  9. } /*extern "C"*/
  10. #endif
  11. #endif /*_SQSTD_MATH_H_*/