aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/auto00.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/auto00.cpp')
-rw-r--r--engines/cine/auto00.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/auto00.cpp b/engines/cine/auto00.cpp
index e50d107c14..b18b08dd3b 100644
--- a/engines/cine/auto00.cpp
+++ b/engines/cine/auto00.cpp
@@ -22,6 +22,8 @@
*
*/
+namespace Cine {
+
unsigned char AUT000[] = {
0x00, 0x32, 0x00, 0x00, 0x00, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
@@ -36,3 +38,5 @@ unsigned char AUT000[] = {
0x41, 0x54, 0x00, 0x3d, 0x43, 0x49, 0x4e, 0x45, 0x4d, 0x41, 0x2e, 0x50, 0x49, 0x31, 0x00, 0x47,
0x46, 0x6f, 0x43, 0x51, 0x00, 0x1e, 0x1e, 0x43, 0x51, 0x00,
};
+
+} // End of namespace Cine