X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=render.h;h=e7b99a665ff59bed1deb7394c2f8659bf9ec313d;hb=e3c655432c0a5054156e457f53cdae1efc9600b9;hp=5016b4b2f122fa8f19ddeed7bb33e47f03d880b4;hpb=0448189507d4c7683f19b5658aed295a1d8e02e6;p=xonotic%2Fdarkplaces.git diff --git a/render.h b/render.h index 5016b4b2..e7b99a66 100644 --- a/render.h +++ b/render.h @@ -501,8 +501,8 @@ void R_DrawExplosions(void); #define gl_solid_format 3 #define gl_alpha_format 4 -int R_CullBox(const vec3_t mins, const vec3_t maxs); -int R_CullBoxCustomPlanes(const vec3_t mins, const vec3_t maxs, int numplanes, const mplane_t *planes); +qbool R_CullFrustum(const vec3_t mins, const vec3_t maxs); +qbool R_CullBox(const vec3_t mins, const vec3_t maxs, int numplanes, const mplane_t *planes); qbool R_CanSeeBox(int numsamples, vec_t eyejitter, vec_t entboxenlarge, vec_t entboxexpand, vec_t pad, vec3_t eye, vec3_t entboxmins, vec3_t entboxmaxs); #include "r_modules.h"