diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-23 10:44:40 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-23 10:44:40 -0500 |
commit | 8fc1317f0c3c32e3d75b17260b9b0c3ed810fd76 (patch) | |
tree | aae56cef22eb9e1b4a3e0a6a6ad159b355a7a8cc /wheelwork-examples.asd | |
parent | 00841605110612f6e7f3bbfc054ceff980bf25be (diff) |
[add] menu basics and [example]
Diffstat (limited to 'wheelwork-examples.asd')
-rw-r--r-- | wheelwork-examples.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wheelwork-examples.asd b/wheelwork-examples.asd index 31f6d0b..085523a 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -17,4 +17,5 @@ (:file "09-ghoulspree") (:file "10-canvas-sneks") (:file "11-canvas-geometry") - (:file "12-canvas-drawing-language"))) + (:file "12-canvas-drawing-language") + (:file "13-menus"))) |