pioneers/src/Map/Creation.hs

8 lines
96 B
Haskell
Raw Normal View History

2014-02-09 19:18:03 +00:00
module Map.Creation
where
import Map.Types
newMap :: Int -> Int -> PlayMap
newMap = undefined