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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user