aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-06 23:56:50 +0000
committerTravis Howell2005-04-06 23:56:50 +0000
commit19ff0b0085df624918ee9ab438f1c40bfec57c83 (patch)
tree46639b401430a04f036a00e90d819255248a5a40 /scumm/intern.h
parent60a64494d13f2266bf30c0c17633e23316cadb97 (diff)
downloadscummvm-rg350-19ff0b0085df624918ee9ab438f1c40bfec57c83.tar.gz
scummvm-rg350-19ff0b0085df624918ee9ab438f1c40bfec57c83.tar.bz2
scummvm-rg350-19ff0b0085df624918ee9ab438f1c40bfec57c83.zip
Add hePalette function.
svn-id: r17424
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index c1757fbb4a..addc66968a 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -940,6 +940,7 @@ protected:
void sortArray(int array, int dim2start, int dim2end, int dim1start, int dim1end, int sortOrder);
uint8 *getHEPalette(int palSlot);
+ int getHEPaletteColor(int palSlot, int color);
void setHEPaletteColor(int palSlot, uint8 color, uint8 r, uint8 g, uint8 b);
void setHEPaletteFromPtr(int palSlot, const uint8 *palData);
void setHEPaletteFromCostume(int palSlot, int resId);