From de0fe1db4939bbb787de60231dd30a7b5391f269 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 5 Aug 2010 12:48:19 +0000 Subject: SWORD25: Mass-putting of all files in gfx/ into Sword25 namespace svn-id: r53214 --- engines/sword25/gfx/graphicengine.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sword25/gfx/graphicengine.cpp') diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp index be379ecf68..cd35718d5e 100644 --- a/engines/sword25/gfx/graphicengine.cpp +++ b/engines/sword25/gfx/graphicengine.cpp @@ -49,6 +49,8 @@ extern "C" #include "sword25/util/lua/lauxlib.h" } +namespace Sword25 { + using namespace std; // ----------------------------------------------------------------------------- @@ -231,3 +233,5 @@ bool BS_GraphicEngine::Unpersist(BS_InputPersistenceBlock & Reader) Reader.Read(m_TimerActive); return Reader.IsGood(); } + +} // End of namespace Sword25 -- cgit v1.2.3