mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
ISLE: Remove isle.h from resource.h
also rename isle.h to isle_bmp.h
This commit is contained in:
parent
bc0c5150a6
commit
c317696776
@ -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 <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_main.h>
|
||||
|
||||
@ -4,7 +4,3 @@
|
||||
|
||||
#define APP_ICON 105
|
||||
|
||||
#ifndef _RES_ISLE_H
|
||||
#define _RES_ISLE_H
|
||||
#include "isle.h"
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user