diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-7115f60b91b5717d90f643fd692010905c7004db.tar.xz blast-7115f60b91b5717d90f643fd692010905c7004db.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp')
| -rwxr-xr-x[-rw-r--r--] | sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp b/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp index ecc985e..7e20b27 100644..100755 --- a/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp +++ b/sdk/extensions/authoring/source/VHACD/src/FloatMath.cpp @@ -1,18 +1,18 @@ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <assert.h> -#include <math.h> -#include <float.h> -#include "FloatMath.h" -#include <vector> -#include <malloc.h> - -#define REAL float - -#include "FloatMath.inl" - -#undef REAL -#define REAL double - -#include "FloatMath.inl" +#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <assert.h>
+#include <math.h>
+#include <float.h>
+#include "FloatMath.h"
+#include <vector>
+#include <malloc.h>
+
+#define REAL float
+
+#include "FloatMath.inl"
+
+#undef REAL
+#define REAL double
+
+#include "FloatMath.inl"
|