| 408 | } |
| 409 | |
| 410 | void RegisterScriptMath3D(asIScriptEngine *engine) |
| 411 | { |
| 412 | if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") ) |
| 413 | RegisterScriptMath3D_Generic(engine); |
| 414 | else |
| 415 | RegisterScriptMath3D_Native(engine); |
| 416 | } |
| 417 | |
| 418 | END_AS_NAMESPACE |
| 419 |
no test coverage detected