pioneers/src/Map/Creation.hs
2014-02-09 20:18:03 +01:00

8 lines
96 B
Haskell

module Map.Creation
where
import Map.Types
newMap :: Int -> Int -> PlayMap
newMap = undefined