aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/graphics.h
diff options
context:
space:
mode:
authoruruk2014-02-05 10:16:05 +0100
committeruruk2014-02-05 10:51:31 +0100
commit89386900bb4b633356da05cd22aac7e4009a28c1 (patch)
tree49b77f38bd188289e100a29aff9c1ef0571de31e /engines/avalanche/graphics.h
parenta1a4e809f8645f76ede82a78d288f7cf5fc8f12d (diff)
downloadscummvm-rg350-89386900bb4b633356da05cd22aac7e4009a28c1.tar.gz
scummvm-rg350-89386900bb4b633356da05cd22aac7e4009a28c1.tar.bz2
scummvm-rg350-89386900bb4b633356da05cd22aac7e4009a28c1.zip
AVALANCHE: Add ghostDrawGlerk().
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 791e04ac1e..485da1f4ee 100644
--- a/engines/avalanche/graphics.h
+++ b/engines/avalanche/graphics.h
@@ -93,6 +93,7 @@ public:
// Ghostroom's functions:
void ghostDrawGhost(byte ghostArr[2][66][26], uint16 destX, uint16 destY); // Very similar to loadPictureSign(). TODO: Unify the two later if possible.
+ void ghostDrawGlerk(byte glerkArr[4][35][9], uint16 destX, uint16 destY); // Very similar to ghostDrawGhost(), but not enough to unify the two.
Graphics::Surface ghostLoadPicture(Common::File &file, Common::Point &coord);
void ghostDrawPicture(const Graphics::Surface &picture, uint16 destX, uint16 destY);
void ghostDrawBackgroundItems(Common::File &file);