diff options
| author | Steven Fuller <relnev@icculus.org> | 2008-05-18 22:38:12 -0700 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | 2e7aec7855b7f5fcc473a72d5511ec7e4843158f (patch) | |
| tree | 73dc4584a1d35fd67cbc33fcea592560f06ebd96 /src/include | |
| parent | d655ca3f04bf053bcae640096dfcc62bdcaa2170 (diff) | |
Removed SupportFPMathsFunctions and SupportFPSquareRoot macros.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/prototyp.h | 17 |
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" |
