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/resman.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sword2/resman.cpp') diff --git a/sword2/resman.cpp b/sword2/resman.cpp index ac42f1988e..391bb7fe67 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -43,6 +43,8 @@ #include "sword2.h" // for CloseGame() #include "router.h" +namespace Sword2 { + // --------------------------------------------------------------------------- // welcome to the easy resource manager - written in simple code for easy // maintenance @@ -1435,3 +1437,5 @@ void Sword2ResourceManager::getCd(int cd) { memory.freeMemory(text_spr); RemoveMsg(); } + +} // End of namespace Sword2 -- cgit v1.2.3