aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/bg.h
diff options
context:
space:
mode:
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