aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/smush/codec47.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/smush/codec47.h')
-rw-r--r--engines/scumm/smush/codec47.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/scumm/smush/codec47.h b/engines/scumm/smush/codec47.h
index ea71c22963..017f518e7e 100644
--- a/engines/scumm/smush/codec47.h
+++ b/engines/scumm/smush/codec47.h
@@ -53,10 +53,8 @@ private:
void decode2(byte *dst, const byte *src, int width, int height, const byte *param_ptr);
public:
- Codec47Decoder();
+ Codec47Decoder(int width, int height);
~Codec47Decoder();
- void init(int width, int height);
- void deinit();
bool decode(byte *dst, const byte *src);
};