aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/graphics.h
diff options
context:
space:
mode:
authorlukaslw2014-06-10 14:29:06 +0200
committerlukaslw2014-06-22 20:08:56 +0200
commit1c02028ddd647d829f61d95ec964d46d7a0d180f (patch)
tree28f25ccfad1e7acf1a504ddcd86744f779c7fea3 /engines/prince/graphics.h
parentf4f09efa5fefb9c05edaf95b68938530f5b9f5d2 (diff)
downloadscummvm-rg350-1c02028ddd647d829f61d95ec964d46d7a0d180f.tar.gz
scummvm-rg350-1c02028ddd647d829f61d95ec964d46d7a0d180f.tar.bz2
scummvm-rg350-1c02028ddd647d829f61d95ec964d46d7a0d180f.zip
PRINCE: draw(), drawTransparentDrawNode() update
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);