aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.h
diff options
context:
space:
mode:
authorMax Horn2004-10-07 16:10:51 +0000
committerMax Horn2004-10-07 16:10:51 +0000
commit3f842b201727daad422a20740d0b89c218769b80 (patch)
treeeddbfa395d02a792fa04a991a1d580ff99df2269 /scumm/bomp.h
parentf52893217e0c886b0b3c8c5c9bdad7809fc45454 (diff)
downloadscummvm-rg350-3f842b201727daad422a20740d0b89c218769b80.tar.gz
scummvm-rg350-3f842b201727daad422a20740d0b89c218769b80.tar.bz2
scummvm-rg350-3f842b201727daad422a20740d0b89c218769b80.zip
Simplify calling drawBomp a littl
svn-id: r15448
Diffstat (limited to 'scumm/bomp.h')
-rw-r--r--scumm/bomp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/bomp.h b/scumm/bomp.h
index d497d6329e..742a002f2e 100644
--- a/scumm/bomp.h
+++ b/scumm/bomp.h
@@ -26,8 +26,6 @@
namespace Scumm {
-int32 setupBompScale(byte *scaling, int32 size, byte scale);
-
void bompApplyMask(byte *line_buffer, byte *mask, byte maskbit, int32 size, byte transparency);
void bompApplyShadow(int shadowMode, const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency, byte HE7Check = false);