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/anim.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/cine/anim.cpp') diff --git a/engines/cine/anim.cpp b/engines/cine/anim.cpp index c38c2ae90e..435c6edfa8 100644 --- a/engines/cine/anim.cpp +++ b/engines/cine/anim.cpp @@ -24,6 +24,8 @@ #include "cine/cine.h" +namespace Cine { + struct animHeader2Struct { uint32 field_0; uint16 width; @@ -973,3 +975,5 @@ void loadResourcesFromSave() { loadPart(part); } + +} // End of namespace Cine -- cgit v1.2.3