aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-30 07:57:54 -0500
committerColin Okay <colin@cicadas.surf>2022-06-30 07:57:54 -0500
commit642c0c594a8abe05be1cb887110ed3e602cd0e48 (patch)
tree2f4aced5b03abb0b8e4532f2676a18f8387895f7 /wheelwork.asd
parent099c3f927c11fe7ae4d12933d6f72abc0b53e973 (diff)
[structure] renamed some asd modules
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd9
1 files changed, 5 insertions, 4 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index 4acb79e..47873c5 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -29,15 +29,16 @@
:components ((:file "asset")
(:file "png")
(:file "font")))
- (:module "core-units"
+ (:module "core"
:components ((:file "unit")
(:file "container")
(:file "affine")))
(:module "events"
:components ((:file "event-handler")
- (:file "listener-and-interactive")))
- (:module "interactive-units"
- :components ((:file "bitmap")
+ (:file "listener")))
+ (:module "interactive"
+ :components ((:file "interactive")
+ (:file "bitmap")
(:file "text")))
(:file "application")
(:file "wheelwork")))