aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-01 10:20:48 -0500
committerColin Okay <colin@cicadas.surf>2022-07-01 10:20:48 -0500
commitb46890f66a25e3f28bfb16e0b1fa8fabe8067556 (patch)
tree916f41455ca52c10936373920f82deb8ff356298 /wheelwork.asd
parent867703d82c6e8b7a2b424845fcb30537061de45a (diff)
[refactor] generating frameset accessors using macrolet
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd4
1 files changed, 3 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index 3d37472..af2b10a 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -40,6 +40,8 @@
:components ((:file "interactive")
(:file "bitmap")
(:file "text")
- (:file "button")))
+ (:file "button")
+ (:file "frameset")
+ (:file "sprite")))
(:file "application")
(:file "wheelwork")))