Files
2023-02-16 10:39:42 -08:00

19 lines
413 B
Plaintext

#ifndef _CFORMDESCRIPTOR
#define _CFORMDESCRIPTOR
typedef struct
{
FourCC type;
uint64 size <format=hex>;
uint64 unk1;
FourCC id;
uint32 readerVersion <format=decimal>;
uint32 writerVersion <format=decimal>;
} FormDescriptor <
name=(Str("%s rv%d wv%d form header", id, readerVersion, writerVersion)),
comment=(SizeComment(size)),
bgcolor=cLtAqua
>;
#endif// _CFORMDESCRIPTOR