aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationresource.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-14 19:52:01 +0000
committerEugene Sandulenko2010-10-12 22:41:04 +0000
commitfa224de16f6de5ce29a50769e5fdd9823d5f3bb2 (patch)
tree9d21d7fcfd488fb62443ae50e4fdef71d6ba6b73 /engines/sword25/gfx/animationresource.cpp
parent23eace8f7dda2163f2b2aa407e102516b8f9f8ac (diff)
downloadscummvm-rg350-fa224de16f6de5ce29a50769e5fdd9823d5f3bb2.tar.gz
scummvm-rg350-fa224de16f6de5ce29a50769e5fdd9823d5f3bb2.tar.bz2
scummvm-rg350-fa224de16f6de5ce29a50769e5fdd9823d5f3bb2.zip
SWORD25: Temporarily added tinyxml code
To speedup linking, added the code. It has to be replaced with our XML parser. svn-id: r53230
Diffstat (limited to 'engines/sword25/gfx/animationresource.cpp')
-rw-r--r--engines/sword25/gfx/animationresource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/animationresource.cpp b/engines/sword25/gfx/animationresource.cpp
index a0a7f25057..614bbc3e65 100644
--- a/engines/sword25/gfx/animationresource.cpp
+++ b/engines/sword25/gfx/animationresource.cpp
@@ -41,7 +41,7 @@
#include "sword25/kernel/kernel.h"
#include "sword25/kernel/string.h"
#include "sword25/package/packagemanager.h"
-#include <tinyxml.h>
+#include "sword25/util/tinyxml/tinyxml.h"
#include "sword25/gfx/bitmapresource.h"
namespace Sword25 {