]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
eliminated dependency on quakedef.h, this file now compile standalone without any...
[xonotic/darkplaces.git] / render.h
index 5010a752361826af37a176313e35cce48faa68fb..852a25b93589701511672047f895265404af9369 100644 (file)
--- a/render.h
+++ b/render.h
@@ -136,6 +136,7 @@ void R_DrawExplosions(void);
 #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);
 
 #include "r_modules.h"