aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/part.h')
-rw-r--r--engines/cine/part.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/part.h b/engines/cine/part.h
index 11fc4b3d47..0deb3655de 100644
--- a/engines/cine/part.h
+++ b/engines/cine/part.h
@@ -25,6 +25,8 @@
#ifndef CINE_PART_H_
#define CINE_PART_H_
+namespace Cine {
+
typedef struct {
char part_name[10];
uint32 varA; /* unused */
@@ -63,4 +65,6 @@ void readFromPart(int16 idx, uint8 *dataPtr);
uint8 *readBundleFile(int16 foundFileIdx);
+} // End of namespace Cine
+
#endif