[Aaru.Images] Reformat and cleanup.

This commit is contained in:
2023-10-03 23:34:59 +01:00
parent 6ffde343ce
commit 2cfad87955
432 changed files with 12011 additions and 8261 deletions

View File

@@ -34,9 +34,17 @@ namespace Aaru.DiscImages;
public sealed partial class Dim
{
#region Nested type: DiskType
enum DiskType : byte
{
Hd2 = 0, Hs2 = 1, Hc2 = 2,
Hde2 = 3, Hq2 = 9, N88 = 17
Hd2 = 0,
Hs2 = 1,
Hc2 = 2,
Hde2 = 3,
Hq2 = 9,
N88 = 17
}
#endregion
}