Public Member Functions | |
AmazonResources (AccessEngine *vm) | |
Public Member Functions inherited from Access::Resources | |
Resources (AccessEngine *vm) | |
bool | load (Common::U32String &errorMessage) |
Public Attributes | |
AmazonFont * | _font3x5 |
AmazonFont * | _font6x6 |
Common::String | NO_HELP_MESSAGE |
Common::String | NO_HINTS_MESSAGE |
Common::String | RIVER_HIT1 |
Common::String | RIVER_HIT2 |
Common::String | BAR_MESSAGE |
Common::String | HELPLVLTXT [3] |
Common::String | IQLABELS [9] |
Public Attributes inherited from Access::Resources | |
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 | |
void | load (Common::SeekableReadStream &s) override |
Protected Member Functions inherited from Access::Resources | |
uint | findEntry (byte gameId, byte discType, byte demoType, Common::Language language) |
Common::String | readString (Common::SeekableReadStream &s) |
Additional Inherited Members | |
Static Public Member Functions inherited from Access::Resources | |
static Resources * | init (AccessEngine *vm) |
Protected Attributes inherited from Access::Resources | |
AccessEngine * | _vm |
Common::Array< DATEntry > | _datIndex |
|
overrideprotectedvirtual |
Load data from the access.dat file
Reimplemented from Access::Resources.