22 lines
No EOL
418 B
Text
22 lines
No EOL
418 B
Text
//------------------------------------------------
|
|
//--- 010 Editor v12.0.1 Binary Template
|
|
//
|
|
// File:
|
|
// Authors:
|
|
// Version:
|
|
// Purpose:
|
|
// Category:
|
|
// File Mask:
|
|
// ID Bytes:
|
|
// History:
|
|
//------------------------------------------------
|
|
|
|
uint32 version;
|
|
uint32 num_entries;
|
|
|
|
typedef struct Entry {
|
|
uint64 type <format=hex>;
|
|
uint64 name <format=hex>;
|
|
};
|
|
|
|
Entry entries[num_entries]; |