aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/math
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/math')
-rw-r--r--engines/wintermute/math/floatpoint.h (renamed from engines/wintermute/math/floatrect.h)4
-rw-r--r--engines/wintermute/math/rect32.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/engines/wintermute/math/floatrect.h b/engines/wintermute/math/floatpoint.h
index f8eb3827fd..bf194d8437 100644
--- a/engines/wintermute/math/floatrect.h
+++ b/engines/wintermute/math/floatpoint.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef WINTERMUTE_FLOATRECT_H
-#define WINTERMUTE_FLOATRECT_H
+#ifndef WINTERMUTE_FLOATPOINT_H
+#define WINTERMUTE_FLOATPOINT_H
namespace Wintermute {
diff --git a/engines/wintermute/math/rect32.h b/engines/wintermute/math/rect32.h
index 6618a51e91..d44655311c 100644
--- a/engines/wintermute/math/rect32.h
+++ b/engines/wintermute/math/rect32.h
@@ -24,7 +24,8 @@
#define WINTERMUTE_RECT32_H
#include "common/system.h"
-#include "engines/wintermute/math/floatrect.h"
+#include "engines/wintermute/math/floatpoint.h"
+#include "common/rect.h"
namespace Wintermute {