aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.asd
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-30 10:32:18 -0500
committerColin Okay <colin@cicadas.surf>2022-06-30 10:32:18 -0500
commit2c1cb6075ea5cf3544491a89a544d2dfc6071567 (patch)
tree5e9a2dc188277964cfbd1c99db297fda64b99127 /wheelwork.asd
parent749a5a306deacd5c481ecc4c53b7f03178c3e335 (diff)
[add] text button example; button file to asd file
Diffstat (limited to 'wheelwork.asd')
-rw-r--r--wheelwork.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd
index 47873c5..3d37472 100644
--- a/wheelwork.asd
+++ b/wheelwork.asd
@@ -39,6 +39,7 @@
(:module "interactive"
:components ((:file "interactive")
(:file "bitmap")
- (:file "text")))
+ (:file "text")
+ (:file "button")))
(:file "application")
(:file "wheelwork")))