summaryrefslogtreecommitdiffstats
path: root/transacc.asd
diff options
context:
space:
mode:
authorEl-BG-1970 <elouangros@hotmail.com>2022-10-31 12:16:08 +0100
committerEl-BG-1970 <elouangros@hotmail.com>2022-10-31 12:16:08 +0100
commit4cef39052d4edab56c03791a66a67dd69b59c300 (patch)
treec84a2cf04b3f65937ea0825f31b52ea6e28a3949 /transacc.asd
parente056ac5d58e44a76a4185c37fce6948044b83c66 (diff)
downloadtransacc-4cef39052d4edab56c03791a66a67dd69b59c300.tar.gz
isolated gui code from main
that way it's easier to change the interface, if one wants to use a different gui library, create a web backend, or even a tui or og zork-style adventure
Diffstat (limited to 'transacc.asd')
-rw-r--r--transacc.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/transacc.asd b/transacc.asd
index e9cbf45..4795910 100644
--- a/transacc.asd
+++ b/transacc.asd
@@ -6,7 +6,8 @@
:depends-on ("mcclim")
:components ((:module "src"
:components
- ((:file "main" :depends-on ("game"))
+ ((:file "main" :depends-on ("gui"))
+ (:file "gui" :depends-on ("game"))
(:file "game" :depends-on ("zone" "player"))
(:file "player" :depends-on ("commodities" "inventory"))
(:file "zone" :depends-on ("commodities"))