Files
Aaru/Aaru.Archives/Arc/Consts.cs

7 lines
112 B
C#
Raw Normal View History

2025-09-01 03:52:46 +01:00
namespace Aaru.Archives;
public partial class Arc
{
const byte MARKER = 0x1A;
const byte FNLEN = 13;
}