Public Member Functions | |
Boot (const Common::Path &path) | |
Public Attributes | |
Common::String * | _gameTitle = nullptr |
VersionInfo * | _versionInfo = nullptr |
Common::String * | _sourceString = nullptr |
Common::HashMap< uint32, ContextDeclaration * > | _contextDeclarations |
Common::Array< UnknownDeclaration * > | _unknownDeclarations |
Common::HashMap< uint32, FileDeclaration * > | _fileDeclarations |
Common::HashMap< uint32, SubfileDeclaration * > | _subfileDeclarations |
Common::HashMap< uint32, CursorDeclaration * > | _cursorDeclarations |
Common::HashMap< uint32, EngineResourceDeclaration * > | _engineResourceDeclarations |
uint32 | _entryContextId = 0 |
bool | _allowMultipleSounds = false |
bool | _allowMultipleStreams = false |