]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
added r_surfaceworldnode and r_cullsurface cvars (it is recommended that these both...
[xonotic/darkplaces.git] / render.h
index 195c0cac93d194cfb0bab25ed295d56bccf790a6..7aa31b7af4218fb0bcdf2778d74c8d8db44d832c 100644 (file)
--- a/render.h
+++ b/render.h
@@ -110,10 +110,6 @@ void R_InitSky (qbyte *src, int bytesperpixel); // called at level load
 void R_NewMap (void);
 
 void R_DrawWorld(entity_render_t *ent);
-void R_SurfMarkLights (entity_render_t *ent);
-void R_PrepareSurfaces(entity_render_t *ent);
-void R_DrawSurfaces(entity_render_t *ent, int type);
-void R_DrawPortals(entity_render_t *ent);
 void R_DrawParticles(void);
 void R_DrawExplosions(void);
 void R_DrawBrushModelSky (entity_render_t *ent);