| 359 | } |
| 360 | |
| 361 | void RegisterScriptMath(asIScriptEngine *engine) |
| 362 | { |
| 363 | if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") ) |
| 364 | RegisterScriptMath_Generic(engine); |
| 365 | else |
| 366 | RegisterScriptMath_Native(engine); |
| 367 | } |
| 368 | |
| 369 | END_AS_NAMESPACE |
| 370 |