Public Member Functions | |
Resources (AccessEngine *vm) | |
bool | load (Common::U32String &errorMessage) |
Static Public Member Functions | |
static Resources * | init (AccessEngine *vm) |
Public Attributes | |
Common::Array< Common::Path > | FILENAMES |
Common::Array< Common::Array< byte > > | CHARTBL |
Common::Array< RoomEntry > | ROOMTBL |
Common::Array< DeathEntry > | DEATHS |
Common::Array< InventoryEntry > | INVENTORY |
Common::Array< Common::Array< byte > > | CURSORS |
Common::String | CANT_GET_THERE |
Protected Member Functions | |
uint | findEntry (byte gameId, byte discType, byte demoType, Common::Language language) |
Common::String | readString (Common::SeekableReadStream &s) |
virtual void | load (Common::SeekableReadStream &s) |
Protected Attributes | |
AccessEngine * | _vm |
Common::Array< DATEntry > | _datIndex |
|
protected |
Locate a specified entry in the index and return it's file offset
|
protected |
Read a string in from the passed stream
|
protectedvirtual |
Load data from the access.dat file
Reimplemented in Access::Amazon::AmazonResources, and Access::Martian::MartianResources.
bool Access::Resources::load | ( | Common::U32String & | errorMessage | ) |
Load the access.dat file