![]() TGE Version 1.5.2 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
UnknownChunk Class Reference#include <chunkFile.h>
Inheritance diagram for UnknownChunk: ![]() Detailed DescriptionThis is a special purpose chunk we use to deal with situations where we have an unknown FourCC.Basically, it loads everything into a buffer, then writes it back out again, masquerading as the unknown chunk. This means we have to manually do some of what DECLARE_CHUNK does, ew.
Member Typedef Documentation
Reimplemented from SimChunk.
Constructor & Destructor Documentation
Member Function Documentation
Called to read the chunk's data. We are provided with all the information that we got from the file, just in case it's relevant. Reimplemented from SimChunk. Write a chunk. Length is defined by the size of the data we write out, version by the DECLARE_CHUNK macro, crc by the data we write, and FourCC by the macro. So all we have to do is write data! Reimplemented from SimChunk.
Field Documentation
|