aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/bg_list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/bg_list.cpp')
-rw-r--r--engines/cine/bg_list.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/bg_list.cpp b/engines/cine/bg_list.cpp
index 4671983997..a6669d850b 100644
--- a/engines/cine/bg_list.cpp
+++ b/engines/cine/bg_list.cpp
@@ -24,6 +24,8 @@
#include "cine/cine.h"
+namespace Cine {
+
void createVar9Element(int16 objIdx, int16 param);
void addSpriteFilledToBGList(int16 idx) {
@@ -44,3 +46,5 @@ void addSpriteFilledToBGList(int16 idx) {
createVar9Element(idx, 1);
}
+
+} // End of namespace Cine