mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
6 lines
96 B
C#
6 lines
96 B
C#
|
|
namespace Aaru.Archives;
|
||
|
|
|
||
|
|
public sealed partial class Ha
|
||
|
|
{
|
||
|
|
const ushort HA_MAGIC = 0x4148;
|
||
|
|
}
|