pituicat/src/Types/Map.hs

9 lines
107 B
Haskell

module Types.Map where
import Linear
data Map = Map
{ mapLayers :: [Layer]
, mapStart :: V2 Word
}