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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/access/screen.h b/engines/access/screen.h
index 5f9fff058e..1b03d261cf 100644
--- a/engines/access/screen.h
+++ b/engines/access/screen.h
@@ -50,8 +50,6 @@ private:
int _topSkip, _bottomSkip;
int _clipWidth, _clipHeight;
- void setPalette();
-
void updatePalette();
bool clip(Common::Rect &r);
@@ -91,6 +89,8 @@ public:
void loadPalette(Common::SeekableReadStream *stream);
+ void setPalette();
+
/**
* Copy a buffer to the screen
*/
@@ -109,6 +109,8 @@ public:
void copyBlocks();
void copyRects();
+
+ void setBufferScan();
};
} // End of namespace Access