aboutsummaryrefslogtreecommitdiff
path: root/smush.h
diff options
context:
space:
mode:
authorJames Brown2002-05-06 15:32:32 +0000
committerJames Brown2002-05-06 15:32:32 +0000
commit21e14b44c53b483a098b3b3c0182d2546e9c979c (patch)
treecdaafc867c41e57c5937340547d7d0190eedc3dd /smush.h
parent1dc2ccca8dc47422b7637600b22b987b6cac8ec2 (diff)
downloadscummvm-rg350-21e14b44c53b483a098b3b3c0182d2546e9c979c.tar.gz
scummvm-rg350-21e14b44c53b483a098b3b3c0182d2546e9c979c.tar.bz2
scummvm-rg350-21e14b44c53b483a098b3b3c0182d2546e9c979c.zip
Add raw PCM part to dig .bun decompressor.
svn-id: r4219
Diffstat (limited to 'smush.h')
-rw-r--r--smush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smush.h b/smush.h
index d1a2523bf1..86af454761 100644
--- a/smush.h
+++ b/smush.h
@@ -82,7 +82,7 @@ struct SmushPlayer {
void parsePSAD();
void parseTRES();
void parseXPAL();
-
+ void parseIACT();
void fileRead(void *mem, int len);
uint32 nextBE32();