mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
7 lines
137 B
C#
7 lines
137 B
C#
namespace Aaru.Archives;
|
|
|
|
public sealed partial class Amg
|
|
{
|
|
const ushort ARC_MAGIC = 0x36AD;
|
|
const ushort FILE_MAGIC = 0x1C94;
|
|
} |