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/animation.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sword25/gfx/animation.h') diff --git a/engines/sword25/gfx/animation.h b/engines/sword25/gfx/animation.h index 7181f0061d..2221501bfa 100644 --- a/engines/sword25/gfx/animation.h +++ b/engines/sword25/gfx/animation.h @@ -43,6 +43,8 @@ #include #include "sword25/kernel/memlog_on.h" +namespace Sword25 { + // Forward declarations class BS_Kernel; class BS_PackageManager; @@ -221,4 +223,6 @@ private: void InitializeAnimationResource(const std::string &FileName); }; +} // End of namespace Sword25 + #endif -- cgit v1.2.3