diff options
author | Colin Okay <okay@toyful.space> | 2022-07-19 11:50:35 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-07-19 11:50:35 -0500 |
commit | 3f2aadf1bd5579d192612a49bb51b2a0d2194a5a (patch) | |
tree | 08fffa6d6c39b47fb00640fa45db06a883efc0f9 /wheelwork.asd | |
parent | 9920cd41fe11871a835ad3f8325d779b172d2c33 (diff) |
[add] canvas language and example to asd files
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index c982e92..0629d82 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -43,5 +43,6 @@ (:file "frameset") (:file "sprite") (:file "canvas"))) + (:file "canvas-language") (:file "application") (:file "wheelwork"))) |