aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.h')
-rw-r--r--sword2/logic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/logic.h b/sword2/logic.h
index a78b5a9cbb..9e1630a2bf 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -25,6 +25,8 @@
#include "defs.h"
#include "header.h"
+namespace Sword2 {
+
#define TREE_SIZE 3
class logic {
@@ -67,4 +69,6 @@ extern logic LLogic;
int32 FN_add_to_kill_list(int32 *params);
+} // End of namespace Sword2
+
#endif