25 #ifndef GRAPHICS_IMAGES_NBFS_H    26 #define GRAPHICS_IMAGES_NBFS_H    31     class SeekableReadStream;
    51 #endif // GRAPHICS_IMAGES_NBFS_H Generic image decoder interface. 
 
void load(Common::SeekableReadStream &nbfs, Common::SeekableReadStream &nbfp, uint32 width, uint32 height)
 
NBFS(Common::SeekableReadStream &nbfs, Common::SeekableReadStream &nbfp, uint32 width, uint32 height)
NBFS are raw paletted images and need a palette, width and height. 
 
const byte * readPalette(Common::SeekableReadStream &nbfp)
 
A generic interface for image decoders. 
 
Interface for a seekable & readable data stream. 
 
void readImage(Common::SeekableReadStream &nbfs, const byte *palette, uint32 width, uint32 height)