[Scummvm-cvs-logs] SF.net SVN: scummvm:[55813] scummvm/trunk/engines/sci/graphics/palette.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Feb 7 19:32:42 CET 2011


Revision: 55813
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55813&view=rev
Author:   thebluegr
Date:     2011-02-07 18:32:42 +0000 (Mon, 07 Feb 2011)

Log Message:
-----------
SCI: Fixed compilation

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/palette.h

Modified: scummvm/trunk/engines/sci/graphics/palette.h
===================================================================
--- scummvm/trunk/engines/sci/graphics/palette.h	2011-02-07 18:20:17 UTC (rev 55812)
+++ scummvm/trunk/engines/sci/graphics/palette.h	2011-02-07 18:32:42 UTC (rev 55813)
@@ -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
  */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list