diff options
| author | Travis Howell | 2005-04-10 01:25:33 +0000 |
|---|---|---|
| committer | Travis Howell | 2005-04-10 01:25:33 +0000 |
| commit | b40fa83d4134f13eefb360c173044159674d687c (patch) | |
| tree | db5d29c6e1ddfce8a068e259ebd763a72d525863 /scumm/intern.h | |
| parent | 475ee9211744f09d7bce812a5a911a1334526a44 (diff) | |
| download | scummvm-rg350-b40fa83d4134f13eefb360c173044159674d687c.tar.gz scummvm-rg350-b40fa83d4134f13eefb360c173044159674d687c.tar.bz2 scummvm-rg350-b40fa83d4134f13eefb360c173044159674d687c.zip | |
Add initial rmap support for wizImages.
svn-id: r17497
Diffstat (limited to 'scumm/intern.h')
| -rw-r--r-- | scumm/intern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h index dd85c58c20..46d612b9c2 100644 --- a/scumm/intern.h +++ b/scumm/intern.h @@ -783,6 +783,8 @@ protected: int readFileToArray(int slot, int32 size); void writeFileFromArray(int slot, int resID); + void remapPalette(uint8 *src, uint8 *dst); + void displayWizImage(WizImage *pwi); void displayWizComplexImage(const WizParameters *params); void drawWizComplexPolygon(int resNum, int state, int po_x, int po_y, int xmapNum, int angle, int zoom, const Common::Rect *r, int flags, int dstResNum, int paletteNum); |
