]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
added model_zymotic.h (forgot)
[xonotic/darkplaces.git] / glquake.h
index c7830ee882ee5770c92753f9448c878ded2da20f..b6d2d32b103346404e4f40689f444b034c210e08 100644 (file)
--- 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;