From 7026f687ffea18832cab06b27ea18680afe7435a Mon Sep 17 00:00:00 2001 From: lukaslw Date: Sun, 10 Aug 2014 21:47:35 +0200 Subject: PRINCE: loadTrans(), drawTransparentWithTransDrawNode() - implementation --- engines/prince/graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/prince/graphics.h') diff --git a/engines/prince/graphics.h b/engines/prince/graphics.h index 83a4aec55c..d83a43dcd1 100644 --- a/engines/prince/graphics.h +++ b/engines/prince/graphics.h @@ -49,6 +49,7 @@ public: void drawTransparentWithBlendSurface(Graphics::Surface *screen, int32 posX, int32 posY, const Graphics::Surface *s, int transColor); static void drawTransparentDrawNode(Graphics::Surface *screen, DrawNode *drawNode); + static void drawTransparentWithTransDrawNode(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); -- cgit v1.2.3