Another structure overhaul
This commit is contained in:
parent
3b0de65de1
commit
0720f3b719
14 changed files with 158 additions and 148 deletions
|
@ -13,17 +13,18 @@ library
|
|||
exposed-modules:
|
||||
RPGEngine
|
||||
|
||||
RPGEngine.Input
|
||||
RPGEngine.Parse
|
||||
RPGEngine.Render
|
||||
RPGEngine.Data.Game
|
||||
RPGEngine.Data.Types
|
||||
RPGEngine.Data.State
|
||||
|
||||
RPGEngine.Internals.Data.Game
|
||||
RPGEngine.Internals.Data.Internals
|
||||
RPGEngine.Internals.Data.Player
|
||||
RPGEngine.Internals.Data.State
|
||||
RPGEngine.Internals.Input
|
||||
RPGEngine.Internals.Parse
|
||||
RPGEngine.Internals.Parse.StructureElement
|
||||
RPGEngine.Input
|
||||
RPGEngine.Input.Core
|
||||
|
||||
RPGEngine.Parse
|
||||
RPGEngine.Parse.Core
|
||||
RPGEngine.Parse.StructureElement
|
||||
|
||||
RPGEngine.Render
|
||||
|
||||
executable rpg-engine
|
||||
main-is: Main.hs
|
||||
|
|
Reference in a new issue