]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
added back r_speeds2, with masses of information (6 lines high), and made it print...
[xonotic/darkplaces.git] / glquake.h
index c7830ee882ee5770c92753f9448c878ded2da20f..89dc8c25659a3067f9f5cc7e4f13deb523d796f0 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;
 
 
 //