diff --git a/r_local.h b/r_local.h index 932f3aa7..4f034351 100644 --- a/r_local.h +++ b/r_local.h @@ -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 //