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