From 7115f60b91b5717d90f643fd692010905c7004db Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Thu, 31 May 2018 11:36:08 -0700 Subject: Blast 1.1.3. See docs/release_notes.txt. --- .../authoring/source/VHACD/src/FloatMath.cpp | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) mode change 100644 => 100755 sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp (limited to 'sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp') diff --git a/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp b/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp old mode 100644 new mode 100755 index ecc985e..7e20b27 --- a/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp +++ b/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp @@ -1,18 +1,18 @@ -#include -#include -#include -#include -#include -#include -#include "FloatMath.h" -#include -#include - -#define REAL float - -#include "FloatMath.inl" - -#undef REAL -#define REAL double - -#include "FloatMath.inl" +#include +#include +#include +#include +#include +#include +#include "FloatMath.h" +#include +#include + +#define REAL float + +#include "FloatMath.inl" + +#undef REAL +#define REAL double + +#include "FloatMath.inl" -- cgit v1.2.3