diff options
Diffstat (limited to 'cantedraw.asd')
-rw-r--r-- | cantedraw.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cantedraw.asd b/cantedraw.asd index 5bae167..cf9ddb3 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -8,6 +8,7 @@ (:module "src" :components ((:file "model") + (:file "player") (:file "game") (:file "main")))) :build-operation "program-op" |