diff options
author | chai <chaifix@163.com> | 2021-10-30 22:59:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-30 22:59:42 +0800 |
commit | 26f05c6e3dcac9995345fb5a2b031be7e3ea79e9 (patch) | |
tree | fc32c3e9d235817df0be331a6100b7f8263facab /Runtime/Math/Math.h | |
parent | c3e259f4d29e9bdcb73617ad8e4d71f117b4d289 (diff) |
*TextGenerator
Diffstat (limited to 'Runtime/Math/Math.h')
-rw-r--r-- | Runtime/Math/Math.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Runtime/Math/Math.h b/Runtime/Math/Math.h index 370b91c..7f61544 100644 --- a/Runtime/Math/Math.h +++ b/Runtime/Math/Math.h @@ -5,3 +5,7 @@ #include "Vector4.h" #include "Matrix44.h" #include "FloatConversion.h" +#include "Rect.h" + +#define max(a, b)\ +(a)>(b)?(a):(b) |