#18 Started conversion to Game
This commit is contained in:
parent
d4fbcda73b
commit
de02c7113f
11 changed files with 300 additions and 112 deletions
|
@ -14,7 +14,7 @@ library
|
|||
RPGEngine
|
||||
|
||||
RPGEngine.Data
|
||||
RPGEngine.Data.Game
|
||||
RPGEngine.Data.Defaults
|
||||
RPGEngine.Data.State
|
||||
|
||||
RPGEngine.Input
|
||||
|
@ -23,7 +23,7 @@ library
|
|||
RPGEngine.Parse
|
||||
RPGEngine.Parse.Core
|
||||
RPGEngine.Parse.Game
|
||||
RPGEngine.Parse.StructureElement
|
||||
RPGEngine.Parse.StructElement
|
||||
|
||||
RPGEngine.Render
|
||||
|
||||
|
@ -41,4 +41,4 @@ test-suite rpg-engine-test
|
|||
build-depends: base >=4.7 && <5, hspec <= 2.10.6, hspec-discover, rpg-engine
|
||||
other-modules:
|
||||
-- Parsing
|
||||
ParseGameSpec, ParseStructureElementSpec
|
||||
ParseGameSpec, ParseStructElementSpec
|
||||
|
|
Reference in a new issue