22 lines
No EOL
492 B
Text
22 lines
No EOL
492 B
Text
//------------------------------------------------
|
|
//--- 010 Editor v12.0.1 Binary Template
|
|
//
|
|
// File: dt_strings.bt
|
|
// Authors: Lucas Schwiderski
|
|
// Version: 1.0
|
|
// Purpose: Darktide Strings
|
|
// Category: Darktide
|
|
// File Mask: *.strings
|
|
// ID Bytes:
|
|
// History:
|
|
//------------------------------------------------
|
|
|
|
uint32 header <hidden=true>;
|
|
uint32 count;
|
|
|
|
typedef struct {
|
|
uint32 name_hash <format=hex>;
|
|
uint32 address <format=hex>;
|
|
} Entry;
|
|
|
|
Entry entries[count]; |