aboutsummaryrefslogtreecommitdiff
path: root/src/libparsec/include/utl_bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libparsec/include/utl_bsp.h')
-rw-r--r--src/libparsec/include/utl_bsp.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/libparsec/include/utl_bsp.h b/src/libparsec/include/utl_bsp.h
new file mode 100644
index 0000000..8ef0611
--- /dev/null
+++ b/src/libparsec/include/utl_bsp.h
@@ -0,0 +1,16 @@
+/*
+ * PARSEC HEADER: xac_bsp.h
+ */
+
+#ifndef _XAC_BSP_H_
+#define _XAC_BSP_H_
+
+
+// xac_bsp.c implements the following functions
+// --------------------------------------------
+// int BSP_FindColliderLine( CullBSPNode *tree, Vertex3 *v0, Vertex3 *v1, dword *colnode, geomv_t *colt );
+
+
+#endif
+
+