![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
A file in a LGP archive. More...
#include <VGearsLGPArchive.h>
Public Attributes | |
String | file_name |
The file name. More... | |
uint32 | file_offset |
The file offset from the beginning of the archive. More... | |
uint8 | unknown1 |
Unknown data. More... | |
uint16 | unknown2 |
Unknown data. More... | |
String | datafile_name |
NAme of the data file. More... | |
uint32 | data_size |
Size of the data, in bytes. More... | |
uint32 | data_offset |
Data offset. More... | |
A file in a LGP archive.
uint32 VGears::LGPArchive::FileEntry::data_offset |
Data offset.
uint32 VGears::LGPArchive::FileEntry::data_size |
Size of the data, in bytes.
String VGears::LGPArchive::FileEntry::datafile_name |
NAme of the data file.
String VGears::LGPArchive::FileEntry::file_name |
The file name.
uint32 VGears::LGPArchive::FileEntry::file_offset |
The file offset from the beginning of the archive.
uint8 VGears::LGPArchive::FileEntry::unknown1 |
Unknown data.
uint16 VGears::LGPArchive::FileEntry::unknown2 |
Unknown data.