diff options
Diffstat (limited to 'inc/common/bsp.h')
-rw-r--r-- | inc/common/bsp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/inc/common/bsp.h b/inc/common/bsp.h index 47c7797..87d0363 100644 --- a/inc/common/bsp.h +++ b/inc/common/bsp.h @@ -291,7 +291,9 @@ typedef struct { float fraction; } lightpoint_t; -void BSP_LightPoint(lightpoint_t *point, vec3_t start, vec3_t end, mnode_t *headnode); +qboolean BSP_LightPoint(lightpoint_t *point, vec3_t start, + vec3_t end, mnode_t *headnode); + void BSP_TransformedLightPoint(lightpoint_t *point, vec3_t start, vec3_t end, mnode_t *headnode, vec3_t origin, vec3_t angles); #endif |