roguelike/src/Direction.hs

4 lines
75 B
Haskell

module Direction where
data Direction = N | S | W | E | NW | NE | SW | SE