aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/codec37.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush/codec37.h')
-rw-r--r--scumm/smush/codec37.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/smush/codec37.h b/scumm/smush/codec37.h
index 96955afb22..fb2996c476 100644
--- a/scumm/smush/codec37.h
+++ b/scumm/smush/codec37.h
@@ -47,6 +47,7 @@ public:
void deinit();
protected:
void maketable(int, int);
+ void proc1(byte *dst, const byte *src, int32, int, int, int, int16 *);
void proc3WithFDFE(byte *dst, const byte *src, int32, int, int, int, int16 *);
void proc3WithoutFDFE(byte *dst, const byte *src, int32, int, int, int, int16 *);
void proc4WithFDFE(byte *dst, const byte *src, int32, int, int, int, int16 *);