MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / ~MPQ

Method ~MPQ

src/Abyss/FileSystem/MPQ.cpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102MPQ::~MPQ() { SFileCloseArchive(_stormMpq); }
103
104bool MPQ::has(const std::string_view fileName) { return SFileHasFile(_stormMpq, fixPath(fileName).c_str()); }
105

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected