summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-05-18 22:38:12 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commit2e7aec7855b7f5fcc473a72d5511ec7e4843158f (patch)
tree73dc4584a1d35fd67cbc33fcea592560f06ebd96 /src/include
parentd655ca3f04bf053bcae640096dfcc62bdcaa2170 (diff)
Removed SupportFPMathsFunctions and SupportFPSquareRoot macros.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/prototyp.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/include/prototyp.h b/src/include/prototyp.h
index 820524b..b2d84e6 100644
--- a/src/include/prototyp.h
+++ b/src/include/prototyp.h
@@ -50,8 +50,6 @@ typedef struct quat {
} QUAT;
-#if SupportFPMathsFunctions
-
typedef struct vectorchf {
float vx;
@@ -62,9 +60,6 @@ typedef struct vectorchf {
void FNormalise(VECTORCHF *n);
-#endif
-
-
typedef struct vector2d {
int vx;
@@ -72,9 +67,6 @@ typedef struct vector2d {
} VECTOR2D;
-
-#if SupportFPMathsFunctions
-
typedef struct vector2df {
float vx;
@@ -84,9 +76,6 @@ typedef struct vector2df {
void FNormalise2d(VECTOR2DF *n);
-#endif
-
-
typedef struct line {
VECTORCH v0;
@@ -132,9 +121,6 @@ typedef struct matrixch {
} MATRIXCH;
-
-#if SupportFPMathsFunctions
-
typedef struct matrixchf {
float mat11;
@@ -151,9 +137,6 @@ typedef struct matrixchf {
} MATRIXCHF;
-#endif
-
-
/* Sorry about this... */
//#include "hmodel.h"