Public Member Functions | |
MartianResources (AccessEngine *vm) | |
const byte * | getCursor (int num) const override |
const char * | getEgoName () const override |
int | getRMouse (int i, int j) const override |
int | inButtonXRange (int x) const override |
![]() | |
Resources (AccessEngine *vm) | |
bool | load (Common::U32String &errorMessage) |
Public Attributes | |
MartianFont * | _font1 |
MartianFont * | _font2 |
MartianBitFont * | _bitFont |
![]() | |
Common::Array< Common::Path > | FILENAMES |
Common::Array< Common::Array< byte > > | CHARTBL |
Common::Array< RoomEntry > | ROOMTBL |
Common::Array< DeathEntry > | DEATHS |
Common::Array< InventoryEntry > | INVENTORY |
Common::String | CANT_GET_THERE |
Protected Member Functions | |
void | load (Common::SeekableReadStream &s) override |
![]() | |
uint | findEntry (byte gameId, byte discType, byte demoType, Common::Language language) |
Additional Inherited Members | |
![]() | |
static Resources * | init (AccessEngine *vm) |
![]() | |
AccessEngine * | _vm |
Common::Array< DATEntry > | _datIndex |
|
overrideprotectedvirtual |
Load data from the access.dat file
Reimplemented from Access::Resources.
|
overridevirtual |
Get the raw data for the given cursor number
Implements Access::Resources.
|
inlineoverridevirtual |
Get the name of the lead character
Implements Access::Resources.
|
overridevirtual |
Get the room mouse values
Implements Access::Resources.
|
overridevirtual |
Find if the mouse X is inside the range for a button, or -1 if no button range matches.
Implements Access::Resources.