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