diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-06 09:37:47 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-06 09:37:47 -0500 |
commit | 827dadbc91abdb8e2143c2a15b996e0e5ad87fc6 (patch) | |
tree | 9389580fa8a4b6d5fea6afac0ed7ffefbda53b00 /wheelwork-examples.asd | |
parent | fda1d9d08349dfe103b7af3ef8f305c1701933f6 (diff) |
[add] renderarea 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 d2515ed..a5a5498 100644 --- a/wheelwork-examples.asd +++ b/wheelwork-examples.asd @@ -11,4 +11,5 @@ (:file "03-font-render") (:file "04-a-button") (:file "05-frameset-animation") - (:file "06-sprite"))) + (:file "06-sprite") + (:file "07-renderarea"))) |