Add File Type - Strings

Lucas Schwiderski 2024-07-09 14:46:08 +02:00
parent c8ce286312
commit 538b322afe

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];
```