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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mads/palette.h b/engines/mads/palette.h
index 27d25f266b..1c387b4368 100644
--- a/engines/mads/palette.h
+++ b/engines/mads/palette.h
@@ -318,6 +318,9 @@ public:
void unlock();
void refreshSceneColors();
+
+ static int closestColor(const byte *matchColor, const byte *refPalette,
+ int listWrap, int count);
};
} // End of namespace MADS