Public Types | |
| enum | PtrType { PTRTYPE_GLOBAL = 1, PTRTYPE_CONV_CONTROL = 2 } |
Public Member Functions | |
| void | load (Common::SeekableReadStream *src) |
| void | save (Common::WriteStream *dest) const |
Public Attributes | |
| bool | isPtr = false |
| int16 | val = 0 |
| int16 | type = 0 |
| int16 * | ptr |
Static Public Attributes | |
| static constexpr size_t | SIZE = 2 * 3 |