| 233 | } |
| 234 | |
| 235 | void RegisterScriptFile(asIScriptEngine *engine) |
| 236 | { |
| 237 | if( strstr(asGetLibraryOptions(), "AS_MAX_PORTABILITY") ) |
| 238 | RegisterScriptFile_Generic(engine); |
| 239 | else |
| 240 | RegisterScriptFile_Native(engine); |
| 241 | } |
| 242 | |
| 243 | CScriptFile::CScriptFile() |
| 244 | { |
nothing calls this directly
no test coverage detected