aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/palette.h
diff options
context:
space:
mode:
authorStrangerke2014-04-12 23:09:05 +0200
committerStrangerke2014-04-12 23:10:54 +0200
commitd41833e8e587c3cf53c3e3263b32169fb6d1e353 (patch)
tree27dc5e3f0887f9e4c2214eb963a17aac3c125c8d /engines/mads/palette.h
parent9b0f0b6efec3da058157beb25bab7083328df1da (diff)
downloadscummvm-rg350-d41833e8e587c3cf53c3e3263b32169fb6d1e353.tar.gz
scummvm-rg350-d41833e8e587c3cf53c3e3263b32169fb6d1e353.tar.bz2
scummvm-rg350-d41833e8e587c3cf53c3e3263b32169fb6d1e353.zip
MADS: Implement Palette::refreshHighColors()
Diffstat (limited to 'engines/mads/palette.h')
-rw-r--r--engines/mads/palette.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/palette.h b/engines/mads/palette.h
index 9751351a95..728fd0969a 100644
--- a/engines/mads/palette.h
+++ b/engines/mads/palette.h
@@ -254,6 +254,8 @@ public:
void lock();
void unlock();
+
+ void refreshHighColors();
};
} // End of namespace MADS