(svn r17498) -Add [NoAI]: Enable the squirrel std math library

This commit is contained in:
yexo
2009-09-10 20:19:12 +00:00
parent 6175ee0fa4
commit ca6c4ee98a
9 changed files with 42 additions and 33 deletions

View File

@@ -25,10 +25,6 @@
*/
class SquirrelStd {
public:
/**
* Make an integer absolute.
*/
static SQInteger abs(HSQUIRRELVM vm);
/**
* Get the lowest of two integers.