| 100 | } |
| 101 | |
| 102 | MPQ::~MPQ() { SFileCloseArchive(_stormMpq); } |
| 103 | |
| 104 | bool MPQ::has(const std::string_view fileName) { return SFileHasFile(_stormMpq, fixPath(fileName).c_str()); } |
| 105 |
nothing calls this directly
no outgoing calls
no test coverage detected