mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-05-06 20:43:44 +00:00
Migrate recent HLLib work to BOS
It's better suited for the model of BOS and not an update to HLLibSharp
This commit is contained in:
14
BurnOutSharp.Models/SGA/Header6.cs
Normal file
14
BurnOutSharp.Models/SGA/Header6.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace BurnOutSharp.Models.SGA
|
||||
{
|
||||
/// <see href="https://github.com/RavuAlHemio/hllib/blob/master/HLLib/SGAFile.h"/>
|
||||
public sealed class Header6 : Header
|
||||
{
|
||||
public string Name;
|
||||
|
||||
public uint HeaderLength;
|
||||
|
||||
public uint FileDataOffset;
|
||||
|
||||
public uint Dummy0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user