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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/access/screen.h b/engines/access/screen.h
index 1b03d261cf..57d773504f 100644
--- a/engines/access/screen.h
+++ b/engines/access/screen.h
@@ -56,6 +56,8 @@ private:
public:
bool _loadPalFlag;
bool _scrollFlag;
+ int _scrollThreshold;
+ int _startColor, _numColors;
public:
Screen(AccessEngine *vm);
@@ -89,6 +91,8 @@ public:
void loadPalette(Common::SeekableReadStream *stream);
+ void loadPalette(int fileNum, int subfile);
+
void setPalette();
/**