2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-27 06:41:58 +00:00

Load iwis of version 6 (cod4)

This commit is contained in:
Jan
2021-04-02 18:15:33 +02:00
parent 8fbda2d1bb
commit 05303313be
3 changed files with 154 additions and 0 deletions

View File

@ -8,6 +8,9 @@ class IwiLoader
{
MemoryManager* m_memory_manager;
static const ImageFormat* GetFormat6(int8_t format);
Texture* LoadIwi6(std::istream& stream) const;
static const ImageFormat* GetFormat8(int8_t format);
Texture* LoadIwi8(std::istream& stream) const;