aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/graphics.h')
-rw-r--r--engines/prince/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h
index e5d0ea99ad..f4e7f37d89 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -52,6 +52,7 @@ public:
static void drawTransparentDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
static void drawAsShadowDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
static void drawMaskDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
+ static void drawBackSpriteDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
byte getBlendTableColor(byte pixelColor, byte backgroundPixelColor, byte *blendTable);