From 5a074e6137dc8368132e4e192c018806c1723222 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 4 Oct 2003 00:52:27 +0000 Subject: added namespace Sword2 svn-id: r10581 --- sword2/logic.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sword2/logic.cpp') 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 -- cgit v1.2.3