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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cine/unpack.h b/engines/cine/unpack.h
index 1fe92c28c3..56edb1f596 100644
--- a/engines/cine/unpack.h
+++ b/engines/cine/unpack.h
@@ -34,11 +34,11 @@ struct UnpackCtx {
int size, datasize;
uint32 crc;
uint32 chk;
- uint8 *dst;
- const uint8 *src;
+ byte *dst;
+ const byte *src;
};
-bool delphineUnpack(uint8 *dst, const uint8 *src, int len);
+bool delphineUnpack(byte *dst, const byte *src, int len);
} // End of namespace Cine