Isle
|
[AI] Represents a generic chunk header in a FLIC animation file. More...
#include <flic.h>
Public Attributes | |
DWORD | size |
[AI] Total size of the chunk in bytes, including the header and payload/subchunks. More... | |
WORD | type |
[AI] Chunk type identifier (see FLI_CHUNK_TYPE). More... | |
[AI] Represents a generic chunk header in a FLIC animation file.
All FLIC chunks start with this header.
[AI] The "size" field specifies the length of the chunk, including both this header and any subchunks or data, in bytes. The "type" field contains the FLI_CHUNK_TYPE.
DWORD FLIC_CHUNK::size |
WORD FLIC_CHUNK::type |