SCI: Fixed compilation

svn-id: r55813
This commit is contained in:
Filippos Karapetis 2011-02-07 18:32:42 +00:00
parent 4a16e0911f
commit 04748b1744

View File

@ -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
*/