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/bg.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/cine/bg.cpp') diff --git a/engines/cine/bg.cpp b/engines/cine/bg.cpp index bdcc893c91..329b9ad0ae 100644 --- a/engines/cine/bg.cpp +++ b/engines/cine/bg.cpp @@ -24,6 +24,8 @@ #include "cine/cine.h" +namespace Cine { + uint16 bgVar0; void loadCtHigh(uint8 * currentPtr) { @@ -147,3 +149,5 @@ void addBackground(char *bgName, uint16 bgIdx) { gfxConvertSpriteToRaw(additionalBgTable[bgIdx], ptr + 0x22, 160, 200); } + +} // End of namespace Cine -- cgit v1.2.3