(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

@@ -55,6 +55,7 @@ protected:
public:
friend class AIScanner;
friend class AIInstance;
friend void squirrel_register_std(Squirrel *engine);
Squirrel();
~Squirrel();