aboutsummaryrefslogtreecommitdiff
path: root/sword2/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/object.h')
-rw-r--r--sword2/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/object.h b/sword2/object.h
index c158a22075..ae04efa5ed 100644
--- a/sword2/object.h
+++ b/sword2/object.h
@@ -22,6 +22,8 @@
#include "driver/driver96.h"
+namespace Sword2 {
+
// these structures represent the broken up compact components
// these here declared to the system must be the same as those declared to
// LINC (or it wont work)
@@ -122,4 +124,6 @@ typedef struct {
int32 dy[8 * (12 + 1)]; // walk step distances in y direction
} Object_walkdata;
+} // End of namespace Sword2
+
#endif