From 538b322afe65d89dce56a1ad5b4f9169ddd69731 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 9 Jul 2024 14:46:08 +0200 Subject: [PATCH] Add File Type - Strings --- File Type - Strings.-.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 File Type - Strings.-.md diff --git a/File Type - Strings.-.md b/File Type - Strings.-.md new file mode 100644 index 0000000..e203ca0 --- /dev/null +++ b/File Type - Strings.-.md @@ -0,0 +1,11 @@ +```010editor +uint32 header ; +uint32 count; + +typedef struct { + uint32 name_hash ; + uint32 address ; +} Entry; + +Entry entries[count]; +``` \ No newline at end of file