aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-08-04 06:28:04 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit1bb5424dddca2cf150fa1a09f4845e193b581e3e (patch)
tree33abe1c43bc93f9e649bc768a99d9d25bf9706b6 /engines/mohawk/riven_graphics.h
parentabe6889bbe640c15e0fdf454d3867eb22869db5c (diff)
downloadscummvm-rg350-1bb5424dddca2cf150fa1a09f4845e193b581e3e.tar.gz
scummvm-rg350-1bb5424dddca2cf150fa1a09f4845e193b581e3e.tar.bz2
scummvm-rg350-1bb5424dddca2cf150fa1a09f4845e193b581e3e.zip
MOHAWK: Move PLST handling to the RivenCard class
Diffstat (limited to 'engines/mohawk/riven_graphics.h')
-rw-r--r--engines/mohawk/riven_graphics.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/mohawk/riven_graphics.h b/engines/mohawk/riven_graphics.h
index 577e5e6911..a90c288d60 100644
--- a/engines/mohawk/riven_graphics.h
+++ b/engines/mohawk/riven_graphics.h
@@ -34,11 +34,9 @@ public:
RivenGraphics(MohawkEngine_Riven *vm);
~RivenGraphics();
- void copyImageToScreen(uint16, uint32, uint32, uint32, uint32);
+ void copyImageToScreen(uint16 image, uint32 left, uint32 top, uint32 right, uint32 bottom);
void updateScreen(Common::Rect updateRect = Common::Rect(0, 0, 608, 392));
bool _updatesEnabled;
- 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);
void drawExtrasImage(uint16 id, Common::Rect dstRect);