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

Method ~MPQStream

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

Source from the content-addressed store, hash-verified

18 public:
19 MPQStream(HANDLE mpq, const std::string &fileName);
20 ~MPQStream() override { SFileCloseFile(_mpqFile); }
21 [[nodiscard]] std::streamsize StartOfBlockForTesting() const;
22
23 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected