aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/unpack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/unpack.cpp')
-rw-r--r--engines/cine/unpack.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/unpack.cpp b/engines/cine/unpack.cpp
index c7c4da116c..11f6772129 100644
--- a/engines/cine/unpack.cpp
+++ b/engines/cine/unpack.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
uint32 crc; // variable at 5C5A
uint32 bitbucket; // dx:bx
@@ -149,3 +151,5 @@ int decomp(uint8 *in, uint8 *out, int size) {
return 0;
}
}
+
+} // End of namespace Cine