diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-01 10:20:48 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-01 10:20:48 -0500 |
commit | b46890f66a25e3f28bfb16e0b1fa8fabe8067556 (patch) | |
tree | 916f41455ca52c10936373920f82deb8ff356298 /wheelwork.asd | |
parent | 867703d82c6e8b7a2b424845fcb30537061de45a (diff) |
[refactor] generating frameset accessors using macrolet
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 4 |
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"))) |