xoreos
0.0.5
|
Internal resource information. More...
Public Attributes | |
FileType | type |
The resource's type. More... | |
uint32 | offset |
The offset of the resource within the BIF. More... | |
uint32 | size |
The resource's size. More... | |
uint32 Aurora::BIFFile::IResource::offset |
The offset of the resource within the BIF.
Definition at line 101 of file biffile.h.
Referenced by Aurora::BIFFile::getResource().
uint32 Aurora::BIFFile::IResource::size |
The resource's size.
Definition at line 102 of file biffile.h.
Referenced by Aurora::BIFFile::getResource(), and Aurora::BIFFile::getResourceSize().
FileType Aurora::BIFFile::IResource::type |