aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/animation.cpp')
-rw-r--r--engines/sword25/gfx/animation.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/animation.cpp b/engines/sword25/gfx/animation.cpp
index 6bad9d8168..30b8bd76db 100644
--- a/engines/sword25/gfx/animation.cpp
+++ b/engines/sword25/gfx/animation.cpp
@@ -50,6 +50,8 @@
#include "sword25/gfx/bitmapresource.h"
#include "sword25/gfx/graphicengine.h"
+namespace Sword25 {
+
#define BS_LOG_PREFIX "ANIMATION"
// Konstruktion / Destruktion
@@ -891,3 +893,5 @@ BS_AnimationDescription * BS_Animation::GetAnimationDescription() const
if (m_AnimationResourcePtr) return m_AnimationResourcePtr;
else return BS_AnimationTemplateRegistry::GetInstance().ResolveHandle(m_AnimationTemplateHandle);
}
+
+} // End of namespace Sword25