V-Gears 0
Free Final Fantasy VII engine.
VGears::HRCFileSerializer::Header Struct Reference

An HRC file header. More...

#include <VGearsHRCFileSerializer.h>

Collaboration diagram for VGears::HRCFileSerializer::Header:

Public Attributes

long version
 File format version. More...
 
long bone_count
 Number of bones in the file. More...
 
String name
 Name of the skeleton in the file. More...
 

Detailed Description

An HRC file header.

Member Data Documentation

◆ bone_count

long VGears::HRCFileSerializer::Header::bone_count

Number of bones in the file.

◆ name

String VGears::HRCFileSerializer::Header::name

Name of the skeleton in the file.

◆ version

long VGears::HRCFileSerializer::Header::version

File format version.


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