blob: 8ef06118ec0a1721770ca52746ced3573a90f95a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
|