aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-08-19 17:33:10 +0000
committerMatthew Hoops2010-08-19 17:33:10 +0000
commitce9afcfab13bbbfe6ef5fe384a249a218067774a (patch)
tree765c02e77136badcecace597022efdeeb217c33d /engines/mohawk/graphics.h
parent6dcdc72fdafe1a6ac0cd63adb1570f0dca48f469 (diff)
downloadscummvm-rg350-ce9afcfab13bbbfe6ef5fe384a249a218067774a.tar.gz
scummvm-rg350-ce9afcfab13bbbfe6ef5fe384a249a218067774a.tar.bz2
scummvm-rg350-ce9afcfab13bbbfe6ef5fe384a249a218067774a.zip
MOHAWK: Draw in the telescope combination in Catherine's journal
svn-id: r52215
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index dd1764e6d6..5670f6d071 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -117,7 +117,7 @@ private:
uint16 type;
uint16 width;
uint16 height;
- } *entries;
+ } *entries;
Common::File picFile;
} _pictureFile;
@@ -147,6 +147,7 @@ public:
Common::Array<uint16> _activatedPLSTs;
void drawPLST(uint16 x);
void drawRect(Common::Rect rect, bool active);
+ void drawImageRect(uint16 id, Common::Rect srcRect, Common::Rect dstRect);
// Water Effect
void scheduleWaterEffect(uint16);
@@ -181,7 +182,6 @@ private:
Graphics::Surface *_mainScreen;
bool _dirtyScreen;
Graphics::PixelFormat _pixelFormat;
- byte findBlackIndex();
};
class LBGraphics {