24 #ifndef KYRA_RESOURCE_SEGACD_H 25 #define KYRA_RESOURCE_SEGACD_H 27 #include "common/scummsys.h" 28 #include "common/str.h" 31 class SeekableReadStream;
32 class SeekableReadStreamEndian;
38 class SegaCDResource {
40 SegaCDResource(Resource *res);
43 bool loadContainer(
const Common::Path &filename, uint32 offset = 0, uint32 size = 0);
44 void unloadContainer();
49 uint8 *resData(
int resID, uint32 *resLen = 0);
55 TableEntry() : _offset(0), _len(0) {}
60 TableEntry *_resTable;
Definition: algorithm.h:29
Definition: detection.h:27