summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battle/elm.json')
-rw-r--r-- | src/battle/elm.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/battle/elm.json b/src/battle/elm.json index 706bb2d..f16ab85 100644 --- a/src/battle/elm.json +++ b/src/battle/elm.json @@ -2,7 +2,10 @@ "type": "application", "source-directories": [ "src", - "../shared/elm" + "../shared/elm", + "../shared/battle", + "../shared/battle-map", + "../shared/battle-characters" ], "elm-version": "0.19.0", "dependencies": { @@ -27,4 +30,4 @@ "direct": {}, "indirect": {} } -}
\ No newline at end of file +} |