Public Member Functions | |
| void | load (Common::SeekableReadStream *src) |
| bool | equals (const Image &rhs) const |
Public Attributes | |
| int16 | flags |
| byte | segment_id |
| byte | series_id |
| int16 | sprite_id |
| int16 | x |
| int16 | y |
| byte | depth |
| byte | scale |
Static Public Attributes | |
| static constexpr size_t | SIZE = 2 + 1 + 1 + 2 + 2 + 2 + 1 + 1 |