aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/math/rect.h')
-rwxr-xr-xengines/sword25/math/rect.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sword25/math/rect.h b/engines/sword25/math/rect.h
index 5edcf6b6af..0d9ebf7c3c 100755
--- a/engines/sword25/math/rect.h
+++ b/engines/sword25/math/rect.h
@@ -17,12 +17,12 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
// -----------------------------------------------------------------------------
-#ifndef BS_RECT_H
-#define BS_RECT_H
+#ifndef SWORD25_RECT_H
+#define SWORD25_RECT_H
// Includes
-#include "kernel/common.h"
-#include "vertex.h"
+#include "sword25/kernel/common.h"
+#include "sword25/math/vertex.h"
// Klassendefinition
/**