diff options
| author | El-BG-1970 <elouangros@hotmail.com> | 2022-10-31 12:16:08 +0100 |
|---|---|---|
| committer | El-BG-1970 <elouangros@hotmail.com> | 2022-10-31 12:16:08 +0100 |
| commit | 4cef39052d4edab56c03791a66a67dd69b59c300 (patch) | |
| tree | c84a2cf04b3f65937ea0825f31b52ea6e28a3949 /transacc.asd | |
| parent | e056ac5d58e44a76a4185c37fce6948044b83c66 (diff) | |
| download | transacc-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.asd | 3 |
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")) |
