From 1021d32f7ccb9f3f10253934fd4e5202b7382b2d Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 20 Oct 2006 12:57:05 +0000 Subject: Physik-Engine angefangen. Lightmaps implementiert. --- neofx/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'neofx/math.h') diff --git a/neofx/math.h b/neofx/math.h index f0f6550..9d6c37c 100644 --- a/neofx/math.h +++ b/neofx/math.h @@ -1,7 +1,7 @@ #ifndef NEOFX_MATH_H #define NEOFX_MATH_H -#include "types.h" +#include float VectorDot(VECTOR, VECTOR); VECTOR VectorCross(VECTOR, VECTOR); -- cgit v1.2.3