aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/pal.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/pal.h')
-rw-r--r--engines/cine/pal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cine/pal.h b/engines/cine/pal.h
index 3364f55857..8b73771df6 100644
--- a/engines/cine/pal.h
+++ b/engines/cine/pal.h
@@ -140,6 +140,9 @@ public:
/*! \brief The original color format in which this palette was loaded. */
Graphics::PixelFormat colorFormat() const;
+ /*! \brief Sets current palette to global OSystem's palette using g_system->setPalette. */
+ void setGlobalOSystemPalette() const;
+
private:
void setColorFormat(const Graphics::PixelFormat format);
void setEndianType(const EndianType endian);