diff options
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 9680e85..80fd4a6 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -14,4 +14,5 @@ (:file "06-sprite") (:file "07-renderarea") (:file "08-pong") - (:file "09-ghoulspree"))) + (:file "09-ghoulspree") + (:file "10-canvas"))) |