aboutsummaryrefslogtreecommitdiff
path: root/sword2/layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/layers.cpp')
-rw-r--r--sword2/layers.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/layers.cpp b/sword2/layers.cpp
index f8cb339519..09fb053805 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -34,6 +34,8 @@
#include "resman.h"
#include "sound.h" // for Clear_fx_queue() called from FN_init_background()
+namespace Sword2 {
+
// this_screen describes the current back buffer and its in-game scroll
// positions, etc.
@@ -240,3 +242,5 @@ void SetUpBackgroundLayers(void) {
res_man.close(this_screen.background_layer_id);
}
}
+
+} // End of namespace Sword2