From ca6c4ee98ade5710757ed662108823525a4ee4c7 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 10 Sep 2009 20:19:12 +0000 Subject: (svn r17498) -Add [NoAI]: Enable the squirrel std math library --- src/3rdparty/squirrel/include/squirrel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/3rdparty/squirrel/include') diff --git a/src/3rdparty/squirrel/include/squirrel.h b/src/3rdparty/squirrel/include/squirrel.h index 63fb96e39..7963a54c3 100644 --- a/src/3rdparty/squirrel/include/squirrel.h +++ b/src/3rdparty/squirrel/include/squirrel.h @@ -314,6 +314,7 @@ SQUIRREL_API bool sq_resumecatch(HSQUIRRELVM v, int suspend = -1); SQUIRREL_API bool sq_resumeerror(HSQUIRRELVM v); SQUIRREL_API SQRESULT sq_wakeupvm(HSQUIRRELVM v,SQBool resumedret,SQBool retval,SQBool raiseerror,SQBool throwerror); SQUIRREL_API SQInteger sq_getvmstate(HSQUIRRELVM v); +SQUIRREL_API void sq_decreaseops(HSQUIRRELVM v, int amount); /*compiler*/ SQUIRREL_API SQRESULT sq_compile(HSQUIRRELVM v,SQLEXREADFUNC read,SQUserPointer p,const SQChar *sourcename,SQBool raiseerror); -- cgit v1.2.3-70-g09d2