aboutsummaryrefslogtreecommitdiff
path: root/sword2/layers.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/layers.h')
-rw-r--r--sword2/layers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/layers.h b/sword2/layers.h
index 2ab1bc4a4f..04b79d3bd5 100644
--- a/sword2/layers.h
+++ b/sword2/layers.h
@@ -22,6 +22,8 @@
#include "memory.h"
+namespace Sword2 {
+
typedef struct {
uint16 scroll_offset_x; // Position x
uint16 scroll_offset_y; // Position y
@@ -54,4 +56,6 @@ int32 FN_init_background(int32 *params);
void SetUpBackgroundLayers(void);
+} // End of namespace Sword2
+
#endif