aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screen.h
diff options
context:
space:
mode:
authorBenjamin Haisch2008-05-12 21:47:38 +0000
committerBenjamin Haisch2008-05-12 21:47:38 +0000
commitf54036b6a45ca172512d409439ccbab8ef87433d (patch)
tree1cd1564bf78188b3c7bb6d2399ca36d20fd940bc /engines/made/screen.h
parent51352c71c5d72400973827d4db09fdbc56ebcefc (diff)
downloadscummvm-rg350-f54036b6a45ca172512d409439ccbab8ef87433d.tar.gz
scummvm-rg350-f54036b6a45ca172512d409439ccbab8ef87433d.tar.bz2
scummvm-rg350-f54036b6a45ca172512d409439ccbab8ef87433d.zip
Implemented o1_EXCLUDEAREA for RtZ
svn-id: r32074
Diffstat (limited to 'engines/made/screen.h')
-rw-r--r--engines/made/screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/made/screen.h b/engines/made/screen.h
index e1a92a9583..e549e86eee 100644
--- a/engines/made/screen.h
+++ b/engines/made/screen.h
@@ -79,6 +79,8 @@ public:
_clipArea.h = ABS(y2 - y1);
}
+ void setExcludeArea(uint16 x1, uint16 y1, uint16 x2, uint16 y2);
+
void setClip(int16 clip) { _clip = clip; }
void setExclude(int16 exclude) { _exclude = exclude; }
void setGround(int16 ground) { _ground = ground; }
@@ -185,6 +187,7 @@ protected:
uint16 _channelsUsedCount;
SpriteChannel _channels[100];
+
};
} // End of namespace Made