parent
de02c7113f
commit
fb4bc5bb36
12 changed files with 158 additions and 9 deletions
|
@ -19,6 +19,7 @@ library
|
|||
|
||||
RPGEngine.Input
|
||||
RPGEngine.Input.Core
|
||||
RPGEngine.Input.Player
|
||||
|
||||
RPGEngine.Parse
|
||||
RPGEngine.Parse.Core
|
||||
|
@ -26,6 +27,10 @@ library
|
|||
RPGEngine.Parse.StructElement
|
||||
|
||||
RPGEngine.Render
|
||||
RPGEngine.Render.Core
|
||||
RPGEngine.Render.GUI
|
||||
RPGEngine.Render.Level
|
||||
RPGEngine.Render.Player
|
||||
|
||||
executable rpg-engine
|
||||
main-is: Main.hs
|
||||
|
|
Reference in a new issue