#18 & massive structure overhaul
This commit is contained in:
parent
83659e69b4
commit
3b0de65de1
16 changed files with 397 additions and 221 deletions
8
lib/RPGEngine/Parse.hs
Normal file
8
lib/RPGEngine/Parse.hs
Normal file
|
@ -0,0 +1,8 @@
|
|||
module RPGEngine.Parse where
|
||||
|
||||
import RPGEngine.Internals.Data.Game
|
||||
|
||||
-- TODO parseFromFile gebruiken
|
||||
|
||||
parseToGame :: Game
|
||||
parseToGame = undefined
|
Reference in a new issue