22 #ifndef CRYOMNI3D_IMAGE_HLZ_H 23 #define CRYOMNI3D_IMAGE_HLZ_H 25 #include "common/scummsys.h" 26 #include "common/str.h" 27 #include "image/image_decoder.h" 30 class SeekableReadStream;
46 void destroy()
override;
49 const byte *
getPalette()
const override {
return _palette; }
55 byte _palette[256 * 3];
Definition: image_decoder.h:52
const Graphics::Surface * getSurface() const override
Definition: hlz.h:48
const byte * getPalette() const override
Definition: hlz.h:49
uint16 getPaletteColorCount() const override
Definition: hlz.h:50
Definition: algorithm.h:29
Definition: formatinfo.h:28
Definition: movie_decoder.h:32