aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/view.h')
-rw-r--r--engines/sci/graphics/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/view.h b/engines/sci/graphics/view.h
index 1876567013..76cc147586 100644
--- a/engines/sci/graphics/view.h
+++ b/engines/sci/graphics/view.h
@@ -85,6 +85,7 @@ private:
void initData(GuiResourceId resourceId);
void unpackCel(int16 loopNo, int16 celNo, SciSpan<byte> &outPtr);
void unditherBitmap(SciSpan<byte> &bitmap, int16 width, int16 height, byte clearKey);
+ byte getMappedColor(byte color, uint16 scaleSignal, const Palette *palette, int x2, int y2);
ResourceManager *_resMan;
GfxCoordAdjuster16 *_coordAdjuster;