aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image/art.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/image/art.cpp')
-rw-r--r--engines/sword25/gfx/image/art.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sword25/gfx/image/art.cpp b/engines/sword25/gfx/image/art.cpp
index b158e437aa..400b7893ed 100644
--- a/engines/sword25/gfx/image/art.cpp
+++ b/engines/sword25/gfx/image/art.cpp
@@ -36,6 +36,8 @@
#include "art.h"
+namespace Sword25 {
+
/**
* art_die: Print the error message to stderr and exit with a return code of 1.
* @fmt: The printf-style format for the error message.
@@ -2645,3 +2647,5 @@ void art_svp_render_aa(const ArtSVP *svp,
art_svp_render_aa_iter_done(iter);
}
+
+} // End of namespace Sword25