summaryrefslogtreecommitdiffstats
path: root/neofx/collision.h
diff options
context:
space:
mode:
Diffstat (limited to 'neofx/collision.h')
-rw-r--r--neofx/collision.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/neofx/collision.h b/neofx/collision.h
index ce5ff5f..5abe327 100644
--- a/neofx/collision.h
+++ b/neofx/collision.h
@@ -1,7 +1,7 @@
#ifndef NEOFX_COLLISION_H
#define NEOFX_COLLISION_H
-#include "types.h"
+#include <neofx/types.h>
int CollisionPointTriangle(VERTEX, TRIANGLE);
int CollisionRayTriangle(VERTEX, VECTOR, TRIANGLE, float*);