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 a5a5498..952c36a 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -12,4 +12,5 @@ (:file "04-a-button") (:file "05-frameset-animation") (:file "06-sprite") - (:file "07-renderarea"))) + (:file "07-renderarea") + (:file "08-pong"))) |