EightBitNet/LR35902/ColourShades.cs
Adrian Conlon 5a7a3b5019 Tidy up EightBit.GameBoy namespace definition.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2019-07-28 11:50:25 +01:00

14 lines
264 B
C#

// <copyright file="ColourShades.cs" company="Adrian Conlon">
// Copyright (c) Adrian Conlon. All rights reserved.
// </copyright>
namespace EightBit.GameBoy
{
public enum ColourShades
{
Off,
Light,
Medium,
Dark,
}
}