aboutsummaryrefslogtreecommitdiff
path: root/bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.h')
-rw-r--r--bundle.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundle.h b/bundle.h
index 912bd74e36..c95cc853cd 100644
--- a/bundle.h
+++ b/bundle.h
@@ -23,6 +23,12 @@
#include "scummsys.h"
+class Scumm;
+
+class Bundle {
+
+private:
+
struct CompTable {
int32 offset;
int32 size;
@@ -35,12 +41,6 @@ struct BundleAudioTable {
int32 offset;
};
-class Scumm;
-
-class Bundle {
-protected:
-
-private:
int32 compDecode(byte *src, byte *dst);
int32 decompressCodec(int32 codec, byte *comp_input, byte *comp_output, int32 size);
CompTable _compVoiceTable[50];