22 #ifndef MUTATIONOFJB_ANIMATIONDECODER_H 23 #define MUTATIONOFJB_ANIMATIONDECODER_H 25 #include "common/rect.h" 26 #include "common/path.h" 27 #include "common/scummsys.h" 29 #include "graphics/surface.h" 30 #include "mutationofjb/encryptedfile.h" 33 class SeekableReadStream;
40 PALETTE_SIZE = PALETTE_COLORS * 3,
48 virtual void onPaletteUpdated(byte palette[PALETTE_SIZE]) = 0;
77 byte _palette[PALETTE_SIZE];
Definition: animationdecoder.h:36
Definition: algorithm.h:29
Definition: animationdecoder.h:45
Definition: encryptedfile.h:29
Definition: animationdecoder.h:52