mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
SCI: Fixed compilation
svn-id: r55813
This commit is contained in:
parent
4a16e0911f
commit
04748b1744
@ -26,11 +26,14 @@
|
||||
#ifndef SCI_GRAPHICS_PALETTE_H
|
||||
#define SCI_GRAPHICS_PALETTE_H
|
||||
|
||||
#include "common/array.h"
|
||||
#include "sci/graphics/helpers.h"
|
||||
|
||||
namespace Sci {
|
||||
|
||||
class Screen;
|
||||
class ResourceManager;
|
||||
class GfxScreen;
|
||||
|
||||
/**
|
||||
* Palette class, handles palette operations like changing intensity, setting up the palette, merging different palettes
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user