mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 17:27:57 -05:00
ObjCommon: Add Id to ImageFormats to be able to identify predefined formats without comparing pointers
This commit is contained in:
@ -8,7 +8,7 @@ class IwiLoader
|
||||
{
|
||||
MemoryManager* m_memory_manager;
|
||||
|
||||
const IImageFormat* GetFormat27(int8_t format);
|
||||
static const ImageFormat* GetFormat27(int8_t format);
|
||||
Texture* LoadIwi27(FileAPI::IFile* file);
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user