From 2fc23c85da1c69eb6a88fecf51f677bbeeca2b96 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 25 Feb 2006 00:26:14 +0000 Subject: Moved cine engine into namespace Cine svn-id: r20851 --- engines/cine/part.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/cine/part.h') 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 -- cgit v1.2.3