diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-21 11:34:37 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-21 11:34:37 -0500 |
commit | 6d9b8b48423dba99ecdba004f260c30e6717b6a6 (patch) | |
tree | 167f0416e301a32ccfe24ee5dc3b1371a33d108a /wheelwork.asd | |
parent | 3782dddb07974f1b1b79478d2f96384498e81bf4 (diff) |
[add] gui package. moved button.lisp into gui
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 2 |
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"))) |