From c833527d60b0ba685936472ffdf86aa3a2427f2e Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Fri, 17 Oct 2025 07:49:19 +0200 Subject: [PATCH] =?UTF-8?q?-=20[FIX]=20Llevades=20algunes=20cap=C3=A7alere?= =?UTF-8?q?s=20inutils?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsound.cpp | 1 - main.cpp | 1 - modulesequence.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/jsound.cpp b/jsound.cpp index d0ff059..46b8b89 100644 --- a/jsound.cpp +++ b/jsound.cpp @@ -1,6 +1,5 @@ #include "jsound.h" #include "jfile.h" -#include Mix_Music *music = NULL; char currentMusic[12]; diff --git a/main.cpp b/main.cpp index caa8019..ebd9f8e 100644 --- a/main.cpp +++ b/main.cpp @@ -5,7 +5,6 @@ #include "info.h" #include "modules.h" #include "time.h" -#include #ifndef WIN32 #include diff --git a/modulesequence.cpp b/modulesequence.cpp index 19b75e5..ced054d 100644 --- a/modulesequence.cpp +++ b/modulesequence.cpp @@ -5,7 +5,6 @@ #include "jinput.h" #include "jsound.h" #include -#include #include "info.h" namespace module