aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/bg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/bg.cpp')
-rw-r--r--engines/cine/bg.cpp4
1 files changed, 4 insertions, 0 deletions
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