aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gfx/palette.cpp')
-rw-r--r--engines/sci/gfx/palette.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/gfx/palette.cpp b/engines/sci/gfx/palette.cpp
index eb3382c5de..62e70e2a6d 100644
--- a/engines/sci/gfx/palette.cpp
+++ b/engines/sci/gfx/palette.cpp
@@ -23,6 +23,9 @@
*
*/
+#include "sci/sci.h" // for INCLUDE_OLDGFX
+#ifdef INCLUDE_OLDGFX
+
#include "sci/gfx/palette.h"
#include "sci/gfx/gfx_system.h"
@@ -323,3 +326,5 @@ Palette *Palette::copy() {
} // End of namespace Sci
+
+#endif