25 #include "image/image_decoder.h" 49 const byte *
getPalette()
const override {
return _palette; }
66 bool loadBits(
const unsigned char *bits,
int width,
int height);
70 static const byte _palette[2 * 3];
Definition: image_decoder.h:52
const Graphics::Surface * getSurface() const override
Definition: xbm.h:48
uint16 getPaletteColorCount() const override
Definition: xbm.h:50
bool loadStream(Common::SeekableReadStream &stream) override
bool loadBits(const unsigned char *bits, int width, int height)
Definition: movie_decoder.h:32
const byte * getPalette() const override
Definition: xbm.h:49