#ifndef _CCHUNKDESCRIPTOR #define _CCHUNKDESCRIPTOR #include "Common.bt" typedef struct { FourCC id; uint64 size ; uint32 unk; uint64 skip ; FSkip(skip); } ChunkDescriptor < name=(id + " chunk header"), comment=(SizeComment(size)), bgcolor=cDkAqua >; #endif// _CCHUNKDESCRIPTOR