8 lines
96 B
Haskell
8 lines
96 B
Haskell
|
module Map.Creation
|
||
|
where
|
||
|
|
||
|
import Map.Types
|
||
|
|
||
|
newMap :: Int -> Int -> PlayMap
|
||
|
newMap = undefined
|