22 #ifndef PRINCE_MHWANH_H 23 #define PRINCE_MHWANH_H 25 #include "image/image_decoder.h" 28 #include "graphics/surface.h" 43 const byte *
getPalette()
const override {
return _palette; }
44 uint16 getPaletteCount()
const {
return kPaletteColorCount; }
45 static const uint16 kPaletteColorCount = 256;
Definition: image_decoder.h:52
Definition: animation.h:30
const byte * getPalette() const override
Definition: mhwanh.h:43
Graphics::Surface * getSurface() const override
Definition: mhwanh.h:42
bool loadStream(Common::SeekableReadStream &stream) override