Skip to content

Commit

Permalink
Remove header interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Al12rs committed Oct 8, 2024
1 parent c200626 commit 72ab5bc
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,9 @@ public class HeaderCommon
public required byte[] Md5;
}

internal interface ILSPKHeader
{
public HeaderCommon ToCommonHeader();
}

#region Internal Header versions

internal struct LSPKHeader15 : ILSPKHeader
internal struct LSPKHeader15
{
public UInt32 Version;
public UInt64 FileListOffset;
Expand Down Expand Up @@ -116,7 +111,7 @@ public readonly HeaderCommon ToCommonHeader()
/// <summary>
/// For both v16 and v18
/// </summary>
internal struct LSPKHeader16Or18 : ILSPKHeader
internal struct LSPKHeader16Or18
{
public UInt32 Version;
public UInt64 FileListOffset;
Expand Down

0 comments on commit 72ab5bc

Please sign in to comment.