| 814 | } |
| 815 | |
| 816 | void RegisterScriptString(asIScriptEngine *engine) |
| 817 | { |
| 818 | if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") ) |
| 819 | RegisterScriptString_Generic(engine); |
| 820 | else |
| 821 | RegisterScriptString_Native(engine); |
| 822 | } |
| 823 | |
| 824 | END_AS_NAMESPACE |
| 825 |
no test coverage detected