summaryrefslogtreecommitdiffstats
path: root/neofx/math.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
committerneoraider <devnull@localhost>2006-10-20 14:57:05 +0200
commit1021d32f7ccb9f3f10253934fd4e5202b7382b2d (patch)
tree61dd0e93d0171a5fcc8b0fe854a2f50df52652d5 /neofx/math.h
parentf5ef6536cc243acd39bf563c3d9064d1908483b3 (diff)
downloadlibneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.tar
libneofx-1021d32f7ccb9f3f10253934fd4e5202b7382b2d.zip
Physik-Engine angefangen.
Lightmaps implementiert.
Diffstat (limited to 'neofx/math.h')
-rw-r--r--neofx/math.h2
1 files changed, 1 insertions, 1 deletions
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 <neofx/types.h>
float VectorDot(VECTOR, VECTOR);
VECTOR VectorCross(VECTOR, VECTOR);