25 #ifndef GRAPHICS_IMAGES_SBM_H 26 #define GRAPHICS_IMAGES_SBM_H 31 class SeekableReadStream;
58 #endif // GRAPHICS_IMAGES_SBM_H Generic image decoder interface.
void load(Common::SeekableReadStream &sbm, bool deswizzle)
SBM(Common::SeekableReadStream &sbm, bool deswizzle=false)
Read an SBM image out of a stream.
void readData(Common::SeekableReadStream &sbm, bool deswizzle)
A generic interface for image decoders.
Interface for a seekable & readable data stream.