Public Member Functions | |
Datum (Common::SeekableReadStream &chunk) | |
Datum (Common::SeekableReadStream &chunk, DatumType expectedType) | |
Public Attributes | |
DatumType | t |
union { | |
int i | |
double f | |
uint32 chunkRef | |
Common::String * string | |
Common::Array< Common::Point * > * polygon | |
Common::Point * point | |
Common::Rect * bbox | |
unsigned char * palette | |
} | u |