mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-03-10 04:31:16 +00:00
ref_soft: declare r_bsp.c functions
This commit is contained in:
parent
e0ce5640d1
commit
65cf77c32b
@ -1242,7 +1242,11 @@ extern vec3_t r_entorigin;
|
||||
|
||||
extern int r_leafkeys[MAX_MAP_LEAFS];
|
||||
#define LEAF_KEY(pleaf) r_leafkeys[(pleaf - WORLDMODEL->leafs)]
|
||||
|
||||
//
|
||||
// r_bsp.c
|
||||
//
|
||||
void R_RotateBmodel (void);
|
||||
void R_DrawSolidClippedSubmodelPolygons (model_t *pmodel, mnode_t *topnode);
|
||||
//
|
||||
// r_blitscreen.c
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user