summaryrefslogtreecommitdiff
path: root/Runtime/Math/Math.h
diff options
context:
space:
mode:
Diffstat (limited to 'Runtime/Math/Math.h')
-rw-r--r--Runtime/Math/Math.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Runtime/Math/Math.h b/Runtime/Math/Math.h
index aaeb264..5e08613 100644
--- a/Runtime/Math/Math.h
+++ b/Runtime/Math/Math.h
@@ -6,9 +6,7 @@
#include "Matrix44.h"
#include "FloatConversion.h"
#include "Rect.h"
-
-#define max(a, b)\
-(a)>(b)?(a):(b)
+#include "MathHelper.h"
typedef Internal::Vector2 Vector2;
typedef Internal::Vector3 Vector3;