From 9d1dc7e357875efafe8f2269f189a7700f8fd2bf Mon Sep 17 00:00:00 2001 From: TatriX Date: Thu, 29 Jul 2021 21:35:56 +0200 Subject: [PATCH] Fix asd components --- sdl2-tutorial.asd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdl2-tutorial.asd b/sdl2-tutorial.asd index a74addb..1767e50 100644 --- a/sdl2-tutorial.asd +++ b/sdl2-tutorial.asd @@ -8,11 +8,11 @@ (:file "03-event-driven-programming") (:file "04-key-presses") (:file "05-optimized-surface-loading-and-soft-stretching") - (:file "06-extension-libraries-and-loading-other-image-formats.lisp") - (:file "07-texture-loading-and-rendering.lisp") + (:file "06-extension-libraries-and-loading-other-image-formats") + (:file "07-texture-loading-and-rendering") (:file "08-geometry-rendering") (:file "09-the-viewport") - (:file "10/tutorial-10") + (:file "10-color-keying") (:file "11/tutorial-11") (:file "12/tutorial-12") (:file "13/tutorial-13")