blob: 8b4d8457e94ea00d97c8f8ceaabb07a6b6aa0087 [file] [log] [blame]
enum class Color {
NORTH,
SOUTH,
WEST,
EAST,
;
}