diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-08 08:22:09 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-08 08:22:09 -0500 |
commit | 50035adb08e82c240209ab6b53ba70e741ea58b0 (patch) | |
tree | 4537bb50027b179e1880df74320c3ff649dc651a /wheelwork.asd | |
parent | 49d2a25cd4910be8ad1e32938a6537e0adcf6450 (diff) |
[example] [modify] pong, made it a bit more dynamic
Diffstat (limited to 'wheelwork.asd')
-rw-r--r-- | wheelwork.asd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wheelwork.asd b/wheelwork.asd index 5de81de..095c949 100644 --- a/wheelwork.asd +++ b/wheelwork.asd @@ -30,7 +30,6 @@ (:module "core" :components ((:file "unit") (:file "container") - (:file "clipped") (:file "affine"))) (:module "events" :components ((:file "event-handler") |