roguelike/src/Direction.hs

4 lines
75 B
Haskell
Raw Normal View History

2021-02-11 22:40:00 +00:00
module Direction where
data Direction = N | S | W | E | NW | NE | SW | SE