Geo::Iff
Variables
Name | Description |
---|---|
const Geo::u32 AllSectionsMask = 0xffffffff | Mask for 'all sections'. |
const Geo::u32 BODYTag = GEO_MAKE_FOURCC('B','O','D','Y') | Standard Iff BODY tag. |
const Geo::u32 EOFTag = (Geo::u32)-1 | Special tag to denote end. |
const Geo::u32 FORMTag = GEO_MAKE_FOURCC('F','O','R','M') | Standard Iff FORM tag. |
const Geo::u32 NAMETag = GEO_MAKE_FOURCC('N','A','M','E') | Standard Iff NAME tag. |
const Geo::u32 VERSTag = GEO_MAKE_FOURCC('V','E','R','S') | Standard Iff VERS tag. |