liblcf
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 78 of file reader_lcf.h.

Constructor & Destructor Documentation

LcfReader::Chunk::Chunk ( )
inline

Definition at line 79 of file reader_lcf.h.

References ID, and length.

Member Data Documentation

uint32_t LcfReader::Chunk::ID

Definition at line 83 of file reader_lcf.h.

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

uint32_t LcfReader::Chunk::length

Definition at line 84 of file reader_lcf.h.

Referenced by Chunk(), Struct< S >::ReadLcf(), and LcfReader::Skip().


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