aboutsummaryrefslogtreecommitdiff
path: root/sword2/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/memory.cpp')
-rw-r--r--sword2/memory.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/memory.cpp b/sword2/memory.cpp
index 2807a6c7f7..60dabf18c2 100644
--- a/sword2/memory.cpp
+++ b/sword2/memory.cpp
@@ -43,6 +43,8 @@
#include "memory.h"
#include "resman.h"
+namespace Sword2 {
+
Sword2MemoryManager memory;
#define MEMORY_POOL (1024 * 12000)
@@ -547,3 +549,5 @@ int32 Sword2MemoryManager::virtualDefrag(uint32 size) {
return 1;
}
+
+} // End of namespace Sword2