Add File Type - Strings
parent
c8ce286312
commit
538b322afe
1 changed files with 11 additions and 0 deletions
11
File Type - Strings.-.md
Normal file
11
File Type - Strings.-.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
```010editor
|
||||||
|
uint32 header <hidden=true>;
|
||||||
|
uint32 count;
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
uint32 name_hash <format=hex>;
|
||||||
|
uint32 address <format=hex>;
|
||||||
|
} Entry;
|
||||||
|
|
||||||
|
Entry entries[count];
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue