xoreos
0.0.5
|
Internal resource information. More...
Public Attributes | |
uint32 | offset |
The offset of the resource within the OBB. More... | |
uint32 | uncompressedSize |
The resource's uncompressed size. More... | |
uint32 | compressedSize |
The resource's compressed size. More... | |
uint32 Aurora::OBBFile::IResource::compressedSize |
The resource's compressed size.
Definition at line 76 of file obbfile.h.
Referenced by Aurora::OBBFile::readResList().
uint32 Aurora::OBBFile::IResource::offset |
The offset of the resource within the OBB.
Definition at line 74 of file obbfile.h.
Referenced by Aurora::OBBFile::getResource(), and Aurora::OBBFile::readResList().
uint32 Aurora::OBBFile::IResource::uncompressedSize |
The resource's uncompressed size.
Definition at line 75 of file obbfile.h.
Referenced by Aurora::OBBFile::getResource(), Aurora::OBBFile::getResourceSize(), and Aurora::OBBFile::readResList().