aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/graphicengine.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-30 09:02:39 +0000
committerEugene Sandulenko2010-10-12 21:52:41 +0000
commite8bca8b8fe0f80e0d5053b190840b034f50ae163 (patch)
treedc92b4d58a2ec0f9378ffdc151a20bd740574f16 /engines/sword25/gfx/graphicengine.h
parent65da804f583460739aec3bfe35b70310af1ee5a9 (diff)
downloadscummvm-rg350-e8bca8b8fe0f80e0d5053b190840b034f50ae163.tar.gz
scummvm-rg350-e8bca8b8fe0f80e0d5053b190840b034f50ae163.tar.bz2
scummvm-rg350-e8bca8b8fe0f80e0d5053b190840b034f50ae163.zip
SWORD25: Fixed rest of the include paths
svn-id: r53181
Diffstat (limited to 'engines/sword25/gfx/graphicengine.h')
-rwxr-xr-xengines/sword25/gfx/graphicengine.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/engines/sword25/gfx/graphicengine.h b/engines/sword25/gfx/graphicengine.h
index 9fe8fd93fd..6272df4d14 100755
--- a/engines/sword25/gfx/graphicengine.h
+++ b/engines/sword25/gfx/graphicengine.h
@@ -26,21 +26,21 @@
Autor: Malte Thiesen
*/
-#ifndef _BS_GRAPHICENGINE_H
-#define _BS_GRAPHICENGINE_H
+#ifndef SWORD25_GRAPHICENGINE_H
+#define SWORD25_GRAPHICENGINE_H
// Includes
-#include "kernel/memlog_off.h"
+#include "sword25/kernel/memlog_off.h"
#include <vector>
-#include "kernel/memlog_on.h"
-
-#include "kernel/common.h"
-#include "kernel/bs_stdint.h"
-#include "kernel/resservice.h"
-#include "kernel/persistable.h"
-#include "math/rect.h"
-#include "framecounter.h"
-#include "renderobjectptr.h"
+#include "sword25/kernel/memlog_on.h"
+
+#include "sword25/kernel/common.h"
+#include "sword25/kernel/bs_stdint.h"
+#include "sword25/kernel/resservice.h"
+#include "sword25/kernel/persistable.h"
+#include "sword25/math/rect.h"
+#include "sword25/gfx/framecounter.h"
+#include "sword25/gfx/renderobjectptr.h"
class BS_Kernel;
class BS_Image;