diff options
Diffstat (limited to 'scumm/bomp.h')
-rw-r--r-- | scumm/bomp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/bomp.h b/scumm/bomp.h index 04e1260b28..386698bbab 100644 --- a/scumm/bomp.h +++ b/scumm/bomp.h @@ -29,5 +29,6 @@ void bompApplyShadow(int shadowMode, const byte *shadowPalette, const byte *line void decompressBomp(byte *dst, const byte *src, int w, int h); void bompDecodeLine(byte *dst, const byte *src, int size); +void bompDecodeLineReverse(byte *dst, const byte *src, int size); #endif |