source: OniSplit/Metadata/BinaryTag.cs

Last change on this file was 1114, checked in by iritscen, 5 years ago

Adding OniSplit source code (v0.9.99.0). Many thanks to Neo for all his work over the years.

File size: 215 bytes
Line 
1namespace 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.