|
WoW Model Viewer
Your premiere tool for viewing, equipping and animating World of Warcraft models.
|
Runtime representation of a single parsed chunk. More...
#include <ChunkReader.h>
Public Attributes | |
| std::string | magic |
| Four-character chunk identifier. | |
| uint32_t | start |
| Byte offset of the chunk data (after the header). | |
| uint32_t | size |
| Size of the chunk data in bytes. | |
Runtime representation of a single parsed chunk.
Definition at line 29 of file ChunkReader.h.
| std::string ChunkReader::ChunkInfo::magic |
Four-character chunk identifier.
Definition at line 31 of file ChunkReader.h.
| uint32_t ChunkReader::ChunkInfo::size |
Size of the chunk data in bytes.
Definition at line 33 of file ChunkReader.h.
| uint32_t ChunkReader::ChunkInfo::start |
Byte offset of the chunk data (after the header).
Definition at line 32 of file ChunkReader.h.