aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/decode.h')
-rw-r--r--engines/lure/decode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lure/decode.h b/engines/lure/decode.h
index b399cea2f5..cea8b4b28a 100644
--- a/engines/lure/decode.h
+++ b/engines/lure/decode.h
@@ -48,10 +48,10 @@ private:
void decrCtr();
bool shlCarry();
- MemoryBlock *egaDecode(MemoryBlock *src, uint32 maxOutputSize);
- MemoryBlock *vgaDecode(MemoryBlock *src, uint32 maxOutputSize);
public:
MemoryBlock *decode(MemoryBlock *src, uint32 maxOutputSize = SCREEN_SIZE + 1);
+ MemoryBlock *egaDecode(MemoryBlock *src, uint32 maxOutputSize);
+ MemoryBlock *vgaDecode(MemoryBlock *src, uint32 maxOutputSize);
};
class AnimationDecoder {