source:
OniSplit/Metadata/BinaryTag.cs
Last change on this file was 1114, checked in by , 5 years ago | |
---|---|
File size: 215 bytes |
Line | |
---|---|
1 | namespace Oni.Metadata |
2 | { |
3 | internal enum BinaryTag |
4 | { |
5 | PAR3 = 0x50415233, |
6 | OBJC = 0x4f424a43, |
7 | TMBD = 0x544d4244, |
8 | ONIE = 0x4f4e4945, |
9 | SABD = 0x53414244 |
10 | } |
11 | } |
Note:
See TracBrowser
for help on using the repository browser.