Add File Type - Package
parent
538b322afe
commit
d8d34834c1
1 changed files with 11 additions and 0 deletions
11
File Type - Package.-.md
Normal file
11
File Type - Package.-.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
```0101editor
|
||||
uint32 version;
|
||||
uint32 num_entries;
|
||||
|
||||
typedef struct Entry {
|
||||
uint64 type <format=hex>;
|
||||
uint64 name <format=hex>;
|
||||
};
|
||||
|
||||
Entry entries[num_entries];
|
||||
```
|
Loading…
Add table
Reference in a new issue