From 3eb2c05faf3b0b29f076c0809043781047920d5e Mon Sep 17 00:00:00 2001 From: uruk Date: Tue, 4 Feb 2014 18:51:13 +0100 Subject: AVALANCHE: Rename/move/implement plainGrab(). --- engines/avalanche/graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/avalanche/graphics.h') diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h index 2978468987..525616d1f1 100644 --- a/engines/avalanche/graphics.h +++ b/engines/avalanche/graphics.h @@ -95,6 +95,7 @@ public: void ghostDrawGhost(byte ghostArr[2][66][26], uint16 destX, uint16 destY); // Very similar to loadPictureSign(). TODO: Unify the two later if possible. Graphics::Surface ghostLoadPicture(Common::File &file); void ghostDrawPicture(const Graphics::Surface &picture, uint16 destX, uint16 destY); + void ghostDrawBackgroundItems(Common::File &file); void clearAlso(); void clearTextBar(); -- cgit v1.2.3