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