aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/msurface.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-05-11 18:08:31 -0400
committerPaul Gilbert2014-05-11 18:08:31 -0400
commit8abcbf3fb08fbca6f0cfdb9eabd22cf56e83b440 (patch)
tree9b24d0bd0e59fc81371ded67613a821fb3c2f323 /engines/mads/msurface.h
parente21534ecc2d39864d2cb3ba67248ad0dadecf72e (diff)
downloadscummvm-rg350-8abcbf3fb08fbca6f0cfdb9eabd22cf56e83b440.tar.gz
scummvm-rg350-8abcbf3fb08fbca6f0cfdb9eabd22cf56e83b440.tar.bz2
scummvm-rg350-8abcbf3fb08fbca6f0cfdb9eabd22cf56e83b440.zip
MADS: Refactoring of dialog classes, more implementation of PictureDialog
Diffstat (limited to 'engines/mads/msurface.h')
-rw-r--r--engines/mads/msurface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/msurface.h b/engines/mads/msurface.h
index 060a7ab540..fbd927084a 100644
--- a/engines/mads/msurface.h
+++ b/engines/mads/msurface.h
@@ -205,6 +205,11 @@ public:
void translate(Common::Array<RGB6> &palette);
/**
+ * Translates the pixels of an image used the passed palette with RGB mapping
+ */
+ void translate(byte map[PALETTE_COUNT]);
+
+ /**
* Create a new surface which is a flipped horizontal copy of the current one
*/
MSurface *flipHorizontal() const;