aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/part.h
diff options
context:
space:
mode:
authorMax Horn2006-02-25 00:26:14 +0000
committerMax Horn2006-02-25 00:26:14 +0000
commit2fc23c85da1c69eb6a88fecf51f677bbeeca2b96 (patch)
treea0db66a8fe4015faf86e461a8dd613ac02f13a4f /engines/cine/part.h
parent4abfffe89b5036b125295987cab2d16de4dc96a6 (diff)
downloadscummvm-rg350-2fc23c85da1c69eb6a88fecf51f677bbeeca2b96.tar.gz
scummvm-rg350-2fc23c85da1c69eb6a88fecf51f677bbeeca2b96.tar.bz2
scummvm-rg350-2fc23c85da1c69eb6a88fecf51f677bbeeca2b96.zip
Moved cine engine into namespace Cine
svn-id: r20851
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