| 511 | } |
| 512 | |
| 513 | wzapi::scripting_instance* loadPlayerScript(const WzString& path, int player, AIDifficulty difficulty) |
| 514 | { |
| 515 | return scripting_engine::instance().loadPlayerScript(path, player, difficulty); |
| 516 | } |
| 517 | |
| 518 | static wzapi::scripting_instance* loadPlayerScriptByBackend(const WzString& path, int player, int realDifficulty) |
| 519 | { |
no test coverage detected