aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/regionregistry.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-07-29 19:55:28 +0000
committerEugene Sandulenko2010-10-12 21:49:51 +0000
commit65da804f583460739aec3bfe35b70310af1ee5a9 (patch)
tree71c515a101a386c66331d4f614d9722edd4e37ad /engines/sword25/math/regionregistry.h
parent7b964a2823406721ec1200938948c0cfcdb3f1b1 (diff)
downloadscummvm-rg350-65da804f583460739aec3bfe35b70310af1ee5a9.tar.gz
scummvm-rg350-65da804f583460739aec3bfe35b70310af1ee5a9.tar.bz2
scummvm-rg350-65da804f583460739aec3bfe35b70310af1ee5a9.zip
SWORD25: Path fixes for includes
svn-id: r53180
Diffstat (limited to 'engines/sword25/math/regionregistry.h')
-rwxr-xr-xengines/sword25/math/regionregistry.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/sword25/math/regionregistry.h b/engines/sword25/math/regionregistry.h
index fba6ba2cf6..4127481c70 100755
--- a/engines/sword25/math/regionregistry.h
+++ b/engines/sword25/math/regionregistry.h
@@ -17,20 +17,20 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// -----------------------------------------------------------------------------
-#ifndef BS_REGIONREGISTRY_H
-#define BS_REGIONREGISTRY_H
+#ifndef SWORD25_REGIONREGISTRY_H
+#define SWORD25_REGIONREGISTRY_H
// -----------------------------------------------------------------------------
// Includes
// -----------------------------------------------------------------------------
-#include "kernel/common.h"
-#include "kernel/persistable.h"
-#include "kernel/objectregistry.h"
+#include "sword25/kernel/common.h"
+#include "sword25/kernel/persistable.h"
+#include "sword25/kernel/objectregistry.h"
-#include "kernel/memlog_off.h"
+#include "sword25/kernel/memlog_off.h"
#include <memory>
-#include "kernel/memlog_on.h"
+#include "sword25/kernel/memlog_on.h"
// -----------------------------------------------------------------------------
// Forward Deklarationen