ref_soft: declare r_bsp.c functions

This commit is contained in:
mittorn 2019-03-24 02:03:29 +07:00
parent e0ce5640d1
commit 65cf77c32b
1 changed files with 5 additions and 1 deletions

View File

@ -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
//