| 582 | } |
| 583 | |
| 584 | std::string ResourceManager::getGameLevelPathSkirmish() const |
| 585 | { |
| 586 | return getGameDataPath() + "levels/skirmish/"; |
| 587 | } |
| 588 | |
| 589 | std::string ResourceManager::getGameLevelPathMultiplayer() const |
| 590 | { |
no outgoing calls
no test coverage detected