aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-21 11:34:37 -0500
committerColin Okay <colin@cicadas.surf>2022-07-21 11:34:37 -0500
commit6d9b8b48423dba99ecdba004f260c30e6717b6a6 (patch)
tree167f0416e301a32ccfe24ee5dc3b1371a33d108a /wheelwork.asd
parent3782dddb07974f1b1b79478d2f96384498e81bf4 (diff)
[add] gui package. moved button.lisp into gui
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd2
1 files changed, 1 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index 0629d82..8d12b84 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -39,7 +39,7 @@
:components ((:file "interactive")
(:file "image")
(:file "text")
- (:file "button")
+
(:file "frameset")
(:file "sprite")
(:file "canvas")))