aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/unpack.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/unpack.h')
-rw-r--r--engines/cine/unpack.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/unpack.h b/engines/cine/unpack.h
index d3bff480ce..1f0c85bb3b 100644
--- a/engines/cine/unpack.h
+++ b/engines/cine/unpack.h
@@ -25,6 +25,10 @@
#ifndef CINE_UNPACK_H_
#define CINE_UNPACK_H_
+namespace Cine {
+
int decomp(uint8 *in, uint8 *out, int size);
+} // End of namespace Cine
+
#endif