aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/auto00.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/auto00.h')
-rw-r--r--engines/cine/auto00.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/auto00.h b/engines/cine/auto00.h
index a240240d78..ec291189d6 100644
--- a/engines/cine/auto00.h
+++ b/engines/cine/auto00.h
@@ -25,8 +25,12 @@
#ifndef CINE_AUTO00_H_
#define CINE_AUTO00_H_
+namespace Cine {
+
extern unsigned char AUT000[];
#define AUT000_size sizeof(AUT000);
+} // End of namespace Cine
+
#endif