From 2e7aec7855b7f5fcc473a72d5511ec7e4843158f Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 18 May 2008 22:38:12 -0700 Subject: Removed SupportFPMathsFunctions and SupportFPSquareRoot macros. --- src/include/prototyp.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/include') 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" -- cgit v1.3