liblcf
LcfReader::Chunk Struct Reference

#include <reader_lcf.h>

+ Collaboration diagram for LcfReader::Chunk:

Public Member Functions

 Chunk ()
 

Public Attributes

uint32_t ID
 
uint32_t length
 

Detailed Description

The chunk defines the basic layout of the binary blocks used by the RPG Maker files.

Definition at line 70 of file reader_lcf.h.

Constructor & Destructor Documentation

◆ Chunk()

LcfReader::Chunk::Chunk ( )
inline

Definition at line 71 of file reader_lcf.h.

References ID, and length.

Member Data Documentation

◆ ID

uint32_t LcfReader::Chunk::ID

Definition at line 75 of file reader_lcf.h.

Referenced by Chunk(), RawStruct< RPG::Equipment >::ReadLcf(), and Struct< S >::ReadLcf().

◆ length

uint32_t LcfReader::Chunk::length

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