aboutsummaryrefslogtreecommitdiff
path: root/engines/access/screen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/screen.cpp')
-rw-r--r--engines/access/screen.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/access/screen.cpp b/engines/access/screen.cpp
index 2b535b64d0..5130d8ed5f 100644
--- a/engines/access/screen.cpp
+++ b/engines/access/screen.cpp
@@ -336,6 +336,10 @@ void Screen::cyclePaletteBackwards() {
}
}
+void Screen::flashPalette(int count) {
+ warning("TODO: Implement flashPalette");
+}
+
void Screen::addDirtyRect(const Common::Rect &r) {
_dirtyRects.push_back(r);
assert(r.isValidRect() && r.width() > 0 && r.height() > 0);