Isle
Loading...
Searching...
No Matches
FLIC_CHUNK Struct Reference

[AI] Represents a generic chunk header in a FLIC animation file. More...

#include <flic.h>

Inheritance diagram for FLIC_CHUNK:

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...
 

Detailed Description

[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.

Definition at line 31 of file flic.h.

Member Data Documentation

◆ size

DWORD FLIC_CHUNK::size

[AI] Total size of the chunk in bytes, including the header and payload/subchunks.

Definition at line 32 of file flic.h.

◆ type

WORD FLIC_CHUNK::type

[AI] Chunk type identifier (see FLI_CHUNK_TYPE).

Definition at line 33 of file flic.h.


The documentation for this struct was generated from the following file: