Public Member Functions | |
| void | load (Common::SeekableReadStream *src) |
Public Attributes | |
| int16 | resource_id |
| char | text [60] |
| byte | misc [3] |
| byte | sound |
| int16 | x |
| int16 | y |
| uint16 | display_condition |
| RGBcolor | color [2] |
| word | flags |
| int16 | speech_loops |
| int16 | non_speech_loops |
| int16 | segment_to_loop |
| int16 | first_frame |
| int16 | last_frame |
| int16 | first_image |
Static Public Attributes | |
| static constexpr size_t | SIZE = 2 + 60 + 3 + 1 + 4 + 2 + 2 + 2 + 2 * RGBcolor::SIZE + 7 * 2 |