aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/palette.h')
-rw-r--r--engines/mads/palette.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/mads/palette.h b/engines/mads/palette.h
index 9a4e4518f7..b5588fecd6 100644
--- a/engines/mads/palette.h
+++ b/engines/mads/palette.h
@@ -178,6 +178,13 @@ public:
*/
void setLowRange();
+ /**
+ * Set up the palette as the game ends
+ */
+ void close() {
+ warning("TODO: Palette::close");
+ }
+
// Color indexes
uint8 BLACK;
uint8 BLUE;