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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h
index 0ebf3aa7ef..d2f112656e 100644
--- a/engines/prince/graphics.h
+++ b/engines/prince/graphics.h
@@ -44,11 +44,11 @@ public:
void setPalette(const byte *palette);
void makeShadowTable(int brightness, byte *shadowTable);
- void draw(Graphics::Surface *screen, uint16 x, uint16 y, const Graphics::Surface *s);
+ void draw(Graphics::Surface *screen, const Graphics::Surface *s);
void drawTransparentSurface(Graphics::Surface *screen, int32 posX, int32 poxY, const Graphics::Surface *s, int transColor);
void drawTransparentWithBlend(Graphics::Surface *screen, int32 posX, int32 poxY, const Graphics::Surface *s, int transColor);
- static void drawTransparent(Graphics::Surface *screen, DrawNode *drawNode);
+ static void drawTransparentDrawNode(Graphics::Surface *screen, DrawNode *drawNode);
static void drawAsShadow(Graphics::Surface *screen, DrawNode *drawNode);
static void drawMask(Graphics::Surface *screen, DrawNode *drawNode);