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 50a0b16dbc..fea7d14744 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -45,6 +45,7 @@ public:
void draw(uint16 x, uint16 y, const Graphics::Surface *s);
void drawTransparent(int32 posX, int32 poxY, const Graphics::Surface *s);
+ void drawAsShadow(int32 posX, int32 poxY, const Graphics::Surface *s, byte *shadowTable);
Graphics::Surface *_frontScreen;
Graphics::Surface *_backScreen;