mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-25 09:16:41 +00:00
Not sure if this was a really good idea, but integrated StyleCop rules into the builds. Corrected all except documentation problems.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
+6
-2
@@ -1,7 +1,11 @@
|
||||
using System;
|
||||
// <copyright file="Mask.cs" company="Adrian Conlon">
|
||||
// Copyright (c) Adrian Conlon. All rights reserved.
|
||||
// </copyright>
|
||||
|
||||
namespace EightBit
|
||||
{
|
||||
using System;
|
||||
|
||||
public enum Mask
|
||||
{
|
||||
None = 0,
|
||||
@@ -20,6 +24,6 @@ namespace EightBit
|
||||
Mask13 = Bits.Bit13 - 1,
|
||||
Mask14 = Bits.Bit14 - 1,
|
||||
Mask15 = Bits.Bit15 - 1,
|
||||
Mask16 = Bits.Bit16 - 1
|
||||
Mask16 = Bits.Bit16 - 1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user