diff options
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" |
