aboutsummaryrefslogtreecommitdiff
path: root/scumm/bomp.h
diff options
context:
space:
mode:
authorMax Horn2003-05-30 20:13:29 +0000
committerMax Horn2003-05-30 20:13:29 +0000
commiteb039ec554ad178f15c377b4c7c5f715d84b1900 (patch)
treeb997dbea4135ee537347d5e8e8e2048b30b53cff /scumm/bomp.h
parent1f38765c16a02cd369255a37c97a48c735a8c73d (diff)
downloadscummvm-rg350-eb039ec554ad178f15c377b4c7c5f715d84b1900.tar.gz
scummvm-rg350-eb039ec554ad178f15c377b4c7c5f715d84b1900.tar.bz2
scummvm-rg350-eb039ec554ad178f15c377b4c7c5f715d84b1900.zip
some cheap doxygen docs; cleanup
svn-id: r8154
Diffstat (limited to 'scumm/bomp.h')
-rw-r--r--scumm/bomp.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/bomp.h b/scumm/bomp.h
index a761248f10..3d693904f7 100644
--- a/scumm/bomp.h
+++ b/scumm/bomp.h
@@ -23,12 +23,8 @@
#define BOMP_H
int32 setupBompScale(byte *scaling, int32 size, byte scale);
-
void bompApplyShadow(int shadowMode, const byte *shadowPalette, const byte *line_buffer, byte *dst, int32 size, byte transparency);
-
-
void decompressBomp(byte *dst, const byte *src, int w, int h);
void bompDecodeLine(byte *dst, const byte *src, int size);
-
#endif