X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=glquake.h;h=b6d2d32b103346404e4f40689f444b034c210e08;hb=c3e9512dfee6129cc4a8a66b399ac9c60ced4462;hp=c7830ee882ee5770c92753f9448c878ded2da20f;hpb=9ba80c169d244d56e90f437c512f827953cc1208;p=xonotic%2Fdarkplaces.git diff --git a/glquake.h b/glquake.h index c7830ee8..b6d2d32b 100644 --- a/glquake.h +++ b/glquake.h @@ -71,7 +71,6 @@ extern int glx, gly, glwidth, glheight; extern void R_TimeRefresh_f (void); -extern void R_ReadPointFile_f (void); //==================================================== @@ -83,7 +82,7 @@ extern entity_t *currententity; extern int r_visframecount; // ??? what difs? extern int r_framecount; extern mplane_t frustum[4]; -extern int c_brush_polys, c_alias_polys, c_light_polys, c_nodes, c_leafs; +extern int c_brush_polys, c_alias_polys, c_light_polys, c_faces, c_nodes, c_leafs, c_models, c_bmodels, c_sprites, c_particles, c_dlights; // @@ -224,7 +223,7 @@ extern vec_t fogdensity; extern cvar_t gl_vertexarrays; extern qboolean lighthalf; -extern void R_DrawAliasModel (entity_t *ent, int cull, float alpha, model_t *clmodel, int frame, int skin, vec3_t org, int effects, int flags, int colormap); +extern void R_DrawAliasModel (entity_t *ent, int cull, float alpha, model_t *clmodel, int frame, int skin, vec3_t org, vec3_t angles, int effects, int flags, int colormap); extern cvar_t r_render; extern cvar_t r_upload;