Classes | |
| struct | LineSet |
Public Member Functions | |
| void | load (Common::SeekableReadStream *src) |
Public Attributes | |
| int16 | node_count |
| int16 | dialog_count |
| int16 | message_count |
| int16 | text_line_count |
| int16 | num_variables |
| int16 | max_imports |
| int16 | speaker_count |
| char | speaker_portraits [5][16] |
| int16 | speaker_frame [5] |
| char | speech_file [14] |
| uint32 | text_length |
| uint32 | commands_length |
| Common::Array< ConvNode > | nodes |
| Common::Array< ConvDialog > | dialogs |
| Common::Array< LineSet > | messages |
| Common::Array< char > | text |
| Common::Array< byte > | scripts |
| Common::Array< uint16 > | textLines |
Static Public Attributes | |
| static constexpr size_t | SIZE |
|
static |