19 lines
No EOL
359 B
Text
19 lines
No EOL
359 B
Text
//------------------------------------------------
|
|
//--- 010 Editor v12.0.1 Binary Template
|
|
//
|
|
// File:
|
|
// Authors:
|
|
// Version:
|
|
// Purpose:
|
|
// Category:
|
|
// File Mask:
|
|
// ID Bytes:
|
|
// History:
|
|
//------------------------------------------------
|
|
|
|
uint32 type;
|
|
|
|
uint32 compressed_size;
|
|
uint32 decompressed_size;
|
|
|
|
byte data[compressed_size]; |