| 18 | public: |
| 19 | MPQStream(HANDLE mpq, const std::string &fileName); |
| 20 | ~MPQStream() override { SFileCloseFile(_mpqFile); } |
| 21 | [[nodiscard]] std::streamsize StartOfBlockForTesting() const; |
| 22 | |
| 23 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected