| 142 | } |
| 143 | |
| 144 | void Map::loadMapResourceFromArchive(const std::string& archive, const std::string& archiveRelativePath) |
| 145 | { |
| 146 | // Create a MapLocation defining an archive file, and forward the call |
| 147 | loadMapResourceFromLocation(MapLocation{ archive, true, archiveRelativePath }); |
| 148 | } |
| 149 | |
| 150 | void Map::loadMapResourceFromLocation(const MapLocation& location) |
| 151 | { |