From 9d4625c4eb1bdeb2c51b5d9f5acbbb17a53c309b Mon Sep 17 00:00:00 2001 From: Sergio Valor Date: Thu, 22 Aug 2024 20:53:34 +0200 Subject: [PATCH] =?UTF-8?q?Eliminados=20m=C3=A1s=20restos=20de=20SDL2=5Fim?= =?UTF-8?q?age?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/main.cpp b/source/main.cpp index 8d71d3c..4d10f68 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -1,5 +1,4 @@ #include -#include #include "texture.h" #include "ball.h" #include "defines.h" @@ -93,7 +92,6 @@ void close() } // Quit SDL subsystems - IMG_Quit(); SDL_Quit(); }