Data image of a resource entry. More...
Public Attributes | |
uint32_t | m_uFileOffset |
Place in the rez file for the data. | |
uint32_t | m_uLength |
Size of the data in the rez file (Uncompressed) | |
uint32_t | m_uNameOffset |
Offset to the filename. | |
uint32_t | m_uCompressedLength |
Size of the data COMPRESSED, in the rez file, with the upper 3 bits as flags. | |
Data image of a resource entry.
uint32_t Burger::RezFile::FileRezEntry_t::m_uCompressedLength |
Size of the data COMPRESSED, in the rez file, with the upper 3 bits as flags.
uint32_t Burger::RezFile::FileRezEntry_t::m_uFileOffset |
Place in the rez file for the data.
uint32_t Burger::RezFile::FileRezEntry_t::m_uLength |
Size of the data in the rez file (Uncompressed)
uint32_t Burger::RezFile::FileRezEntry_t::m_uNameOffset |
Offset to the filename.