aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/logic.cpp')
-rw-r--r--sword2/logic.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/logic.cpp b/sword2/logic.cpp
index dab370d76c..5ba405db7a 100644
--- a/sword2/logic.cpp
+++ b/sword2/logic.cpp
@@ -27,6 +27,8 @@
#include "sound.h"
#include "sync.h"
+namespace Sword2 {
+
logic LLogic;
#define LEVEL (_curObjectHub->logic_level)
@@ -448,3 +450,5 @@ void logic::processKillList(void) {
void logic::resetKillList(void) {
kills = 0;
}
+
+} // End of namespace Sword2