From b0c11962f6012430da3bcaa2727288046b33d648 Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Tue, 24 Oct 2017 15:25:02 -0700 Subject: Changes for 1.1.1 See README.md --- .../authoring/source/VHACD/src/FloatMath.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 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 new file mode 100644 index 0000000..ecc985e --- /dev/null +++ b/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp @@ -0,0 +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" -- cgit v1.2.3