From c31769677622f7745ce2866d944e3e764e825030 Mon Sep 17 00:00:00 2001 From: AllMeatball <181806857+AllMeatball@users.noreply.github.com> Date: Wed, 14 May 2025 16:11:19 -0500 Subject: [PATCH] ISLE: Remove isle.h from resource.h also rename isle.h to isle_bmp.h --- ISLE/isleapp.cpp | 4 ++-- ISLE/res/{isle.h => isle_bmp.h} | 0 ISLE/res/resource.h | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) rename ISLE/res/{isle.h => isle_bmp.h} (100%) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 2de7d459..e8a932a9 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -1,8 +1,6 @@ #include "isleapp.h" #include "3dmanager/lego3dmanager.h" -#include "SDL3/SDL_log.h" -#include "SDL3/SDL_surface.h" #include "decomp.h" #include "legoanimationmanager.h" #include "legobuildingmanager.h" @@ -31,6 +29,8 @@ #include "roi/legoroi.h" #include "viewmanager/viewmanager.h" +#include "res/isle_bmp.h" + #define SDL_MAIN_USE_CALLBACKS #include #include diff --git a/ISLE/res/isle.h b/ISLE/res/isle_bmp.h similarity index 100% rename from ISLE/res/isle.h rename to ISLE/res/isle_bmp.h diff --git a/ISLE/res/resource.h b/ISLE/res/resource.h index 96ffa692..c8065cf8 100644 --- a/ISLE/res/resource.h +++ b/ISLE/res/resource.h @@ -4,7 +4,3 @@ #define APP_ICON 105 -#ifndef _RES_ISLE_H -#define _RES_ISLE_H -#include "isle.h" -#endif