aboutsummaryrefslogtreecommitdiff
path: root/graphics/wincursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/wincursor.h')
-rw-r--r--graphics/wincursor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/wincursor.h b/graphics/wincursor.h
index 6e2567662b..974341f196 100644
--- a/graphics/wincursor.h
+++ b/graphics/wincursor.h
@@ -54,7 +54,10 @@ public:
byte getKeyColor() const;
const byte *getSurface() const { return _surface; }
+
const byte *getPalette() const { return _palette; }
+ byte getPaletteStartIndex() const { return 0; }
+ uint16 getPaletteCount() const { return 256; }
/** Read the cursor's data out of a stream. */
bool readFromStream(Common::SeekableReadStream &stream);