mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-27 05:45:18 +01:00
Reduce include count in headers
This commit is contained in:
@@ -20,10 +20,16 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#pragma once
|
||||
|
||||
#include "irrlichttypes.h"
|
||||
#include <ITexture.h>
|
||||
#include <SColor.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace irr::video
|
||||
{
|
||||
class IImage;
|
||||
class ITexture;
|
||||
}
|
||||
|
||||
typedef std::vector<video::SColor> Palette;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user