Removed SupportFPMathsFunctions and SupportFPSquareRoot macros.

This commit is contained in:
Steven Fuller 2008-05-18 22:38:12 -07:00 committed by Patryk Obara
parent d655ca3f04
commit 2e7aec7855
4 changed files with 0 additions and 361 deletions

View file

@ -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"