aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/bg.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/bg.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/bg.h')
-rw-r--r--engines/cine/bg.h4
1 files changed, 4 insertions, 0 deletions
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