aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-04-09 19:14:05 +0000
committerPaweł Kołodziejski2003-04-09 19:14:05 +0000
commitc9b56af48bb6fad443cec63e04125e95dacc5b23 (patch)
tree2a0e043ac7097f23a0e72dd2a416634cc14b3088 /scumm/gfx.h
parent13ca8ea76c01e5cac592fbf3ae7a375a72127b3a (diff)
downloadscummvm-rg350-c9b56af48bb6fad443cec63e04125e95dacc5b23.tar.gz
scummvm-rg350-c9b56af48bb6fad443cec63e04125e95dacc5b23.tar.bz2
scummvm-rg350-c9b56af48bb6fad443cec63e04125e95dacc5b23.zip
a little improved ega support
svn-id: r6946
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index 4bae31083f..57205551a9 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -134,6 +134,7 @@ protected:
/* Bitmap decompressors */
bool decompressBitmap(byte *bgbak_ptr, byte *smap_ptr, int numLinesToProcess);
+ void decodeStripEGA(byte *dst, byte *src, int height);
void unkDecodeA(byte *dst, byte *src, int height);
void unkDecodeA_trans(byte *dst, byte *src, int height);
void unkDecodeB(byte *dst, byte *src, int height);