aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/codec37.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/smush/codec37.h')
-rw-r--r--engines/scumm/smush/codec37.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/scumm/smush/codec37.h b/engines/scumm/smush/codec37.h
index 534316c1e5..10b371143d 100644
--- a/engines/scumm/smush/codec37.h
+++ b/engines/scumm/smush/codec37.h
@@ -42,10 +42,8 @@ private:
int _width, _height;
public:
- Codec37Decoder();
+ Codec37Decoder(int width, int height);
~Codec37Decoder();
- void init(int width, int height);
- void deinit();
protected:
void maketable(int, int);
void proc1(byte *dst, const byte *src, int32, int, int, int, int16 *);