aboutsummaryrefslogtreecommitdiff
path: root/engines/access/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/screen.h')
-rw-r--r--engines/access/screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/access/screen.h b/engines/access/screen.h
index 8875ce12b7..93da5aa8b3 100644
--- a/engines/access/screen.h
+++ b/engines/access/screen.h
@@ -63,6 +63,7 @@ private:
int _startCycle;
int _cycleStart;
int _endCycle;
+ Common::Array<Common::Rect> _dirtyRects;
void updatePalette();
public:
@@ -83,6 +84,8 @@ public:
bool _screenChangeFlag;
public:
virtual void copyBlock(ASurface *src, const Common::Rect &bounds);
+
+ virtual void restoreBlock();
public:
Screen(AccessEngine *vm);
@@ -157,6 +160,8 @@ public:
void cyclePaletteForward();
void cyclePaletteBackwards();
+
+ void addDirtyRect(const Common::Rect &r);
};
} // End of namespace Access