aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.h
diff options
context:
space:
mode:
authoruruk2014-02-04 18:51:13 +0100
committeruruk2014-02-04 18:51:13 +0100
commit3eb2c05faf3b0b29f076c0809043781047920d5e (patch)
treecefada05bbd867d7636b74152b041b3aa248f3f7 /engines/avalanche/graphics.h
parent81992bf6169b20762236894e58188e28decf6e2e (diff)
downloadscummvm-rg350-3eb2c05faf3b0b29f076c0809043781047920d5e.tar.gz
scummvm-rg350-3eb2c05faf3b0b29f076c0809043781047920d5e.tar.bz2
scummvm-rg350-3eb2c05faf3b0b29f076c0809043781047920d5e.zip
AVALANCHE: Rename/move/implement plainGrab().
Diffstat (limited to 'engines/avalanche/graphics.h')
-rw-r--r--engines/avalanche/graphics.h1
1 files changed, 1 insertions, 0 deletions
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();