| 1501 | } |
| 1502 | |
| 1503 | ResourcePack::~ResourcePack() |
| 1504 | { |
| 1505 | unzClose(m_zipFile); |
| 1506 | } |
| 1507 | |
| 1508 | bool ResourcePack::LoadFile(const wchar_t* path, fcyRefPointer<fcyMemStream>& outBuf)LNOEXCEPT |
| 1509 | { |
nothing calls this directly
no test coverage detected