aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/image
diff options
context:
space:
mode:
authorEugene Sandulenko2010-09-25 19:49:02 +0000
committerEugene Sandulenko2010-10-13 00:05:33 +0000
commit343981923291581b3c4890ea99961a1bf2e7c56e (patch)
tree1af57a8be7bffa4e765d10cb9f98bbd879e9af75 /engines/sword25/gfx/image
parent56e05f93a38576b32d77f81cb7b43b5970f87d92 (diff)
downloadscummvm-rg350-343981923291581b3c4890ea99961a1bf2e7c56e.tar.gz
scummvm-rg350-343981923291581b3c4890ea99961a1bf2e7c56e.tar.bz2
scummvm-rg350-343981923291581b3c4890ea99961a1bf2e7c56e.zip
SWORD25: Add path to art.h include
svn-id: r53386
Diffstat (limited to 'engines/sword25/gfx/image')
-rw-r--r--engines/sword25/gfx/image/art.cpp2
-rw-r--r--engines/sword25/gfx/image/vectorimage.cpp3
2 files changed, 2 insertions, 3 deletions
diff --git a/engines/sword25/gfx/image/art.cpp b/engines/sword25/gfx/image/art.cpp
index 400b7893ed..e9aacbcf24 100644
--- a/engines/sword25/gfx/image/art.cpp
+++ b/engines/sword25/gfx/image/art.cpp
@@ -34,7 +34,7 @@
/* Various utility functions RLL finds useful. */
-#include "art.h"
+#include "sword25/gfx/image/art.h"
namespace Sword25 {
diff --git a/engines/sword25/gfx/image/vectorimage.cpp b/engines/sword25/gfx/image/vectorimage.cpp
index 9c2060f5e8..c2a80cb5f2 100644
--- a/engines/sword25/gfx/image/vectorimage.cpp
+++ b/engines/sword25/gfx/image/vectorimage.cpp
@@ -37,13 +37,12 @@
// -----------------------------------------------------------------------------
#include "sword25/kernel/bs_stdint.h"
+#include "sword25/gfx/image/art.h"
#include "sword25/gfx/image/vectorimage.h"
#include "sword25/gfx/image/renderedimage.h"
#include "graphics/colormasks.h"
-#include "art.h"
-
namespace Sword25 {
#define BS_LOG_PREFIX "VECTORIMAGE"