![]() |
TSunmix 0.2
|
Included file header. More...
#include <mix_file.h>
Public Attributes | |
unsigned int | id |
unsigned int | offset |
unsigned int | size |
Included file header.
Right after mix file header comes file index. Every included file has it's entry there storing information about it's CRC ID (mix archive doesn't store information about file names, but CRC ID can be calculated from file name), offset in body block and size. Remember that you have to add body offset to file offset before you read a file data.