source:
OniSplit/Metadata/BinaryTag.cs@
1202
| Last change on this file since 1202 was 1114, checked in by , 6 years ago | |
|---|---|
| File size: 215 bytes | |
| Rev | Line | |
|---|---|---|
| [1114] | 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.
