Public Member Functions | |
| void | readDocumentDef (Chunk &chunk) |
| void | readDocumentInfoFromStream (Chunk &chunk, BootSectionType sectionType) |
| void | readVersionInfoFromStream (Chunk &chunk) |
| void | readContextReferencesFromStream (Chunk &chunk) |
| void | readScreenDeclarationsFromStream (Chunk &chunk) |
| void | readAndAddFileMaps (Chunk &chunk) |
| void | readAndAddStreamMaps (Chunk &chunk) |
| void | readStartupInformation (Chunk &chunk) |
| Boot (const Common::Path &path) | |
Public Attributes | |
| Common::String | _gameTitle |
| VersionInfo | _versionInfo |
| Common::String | _engineInfo |
| Common::String | _sourceString |
| Common::HashMap< uint32, ContextDeclaration > | _contextDeclarations |
| Common::HashMap< uint32, ScreenDeclaration > | _screenDeclarations |
| Common::HashMap< uint32, FileDeclaration > | _fileMap |
| Common::HashMap< uint32, SubfileDeclaration > | _streamMap |
| Common::HashMap< uint32, EngineResourceDeclaration > | _engineResourceDeclarations |
| uint | _unk1 = 0 |
| uint | _functionTableSize = 0 |
| uint | _unk3 = 0 |