diff options
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 9 |
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"))) |