BizHawk/BizHawk.Client.Common/SharpCompress/Common/Rar/Headers/IRarHeader.cs

7 lines
135 B
C#

namespace SharpCompress.Common.Rar.Headers
{
internal interface IRarHeader
{
HeaderType HeaderType { get; }
}
}