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.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/cine/bg.h') diff --git a/engines/cine/bg.h b/engines/cine/bg.h index 4c3df9240d..2a361cd293 100644 --- a/engines/cine/bg.h +++ b/engines/cine/bg.h @@ -25,6 +25,8 @@ #ifndef CINE_BG_H_ #define CINE_BG_H_ +namespace Cine { + uint8 loadBg(const char *bgName); uint8 loadCt(const char *bgName); @@ -36,4 +38,6 @@ void addBackground(char *bgName, uint16 bgIdx); extern uint16 bgVar0; +} // End of namespace Cine + #endif -- cgit v1.2.3