diff options
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index b1fd2d5..ef3a1a3 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -17,5 +17,26 @@ #:closer-mop #:lambda-riffs #:cl-fond) + :pathname "src/" :components ((:file "package") + (:file "protocol") + (:file "utils") + (:module "gl" + :components ((:file "util") + (:file "texture") + (:file "shader"))) + (:module "assets" + :components ((:file "asset") + (:file "png") + (:file "font"))) + (:module "core-units" + :components ((:file "unit") + (:file "container"))) + (:module "events" + :components ((:file "event-handler") + (:file "listener-and-interactive"))) + (:module "interactive-units" + :components ((:file "bitmap") + (:file "text"))) + (:file "application") (:file "wheelwork"))) |