| 90 | } |
| 91 | |
| 92 | std::streamsize MPQStream::size() const { return SFileGetFileSize(_mpqFile, nullptr); } |
| 93 | |
| 94 | MPQ::MPQ(const std::filesystem::path &mpqPath) : _stormMpq(nullptr) { |
| 95 | std::string path = std::filesystem::absolute(mpqPath).string(); |
no outgoing calls