25 #ifndef GRAPHICS_IMAGES_S3TC_H 26 #define GRAPHICS_IMAGES_S3TC_H 31 class SeekableReadStream;
42 #endif // GRAPHICS_IMAGES_S3TC_H
void decompressDXT3(byte *dest, Common::SeekableReadStream &src, uint32 width, uint32 height, uint32 pitch)
void decompressDXT1(byte *dest, Common::SeekableReadStream &src, uint32 width, uint32 height, uint32 pitch)
void decompressDXT5(byte *dest, Common::SeekableReadStream &src, uint32 width, uint32 height, uint32 pitch)
Low-level type definitions to handle fixed width types portably.
Interface for a seekable & readable data stream.