]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
you can now (try to) play in maps you don't have, and models you don't have are shown...
[xonotic/darkplaces.git] / client.h
index 02a6c558f7666b52bbbee9fdcd5190389759073b..cdd525566aef9c984bd353fe5f7257443c58d628 100644 (file)
--- a/client.h
+++ b/client.h
@@ -483,7 +483,7 @@ extern cvar_t r_draweffects;
 extern cvar_t cl_explosions;
 extern cvar_t cl_stainmaps;
 
-// these are updated by
+// these are updated by CL_ClearState
 extern int cl_num_entities;
 extern int cl_num_static_entities;
 extern int cl_num_temp_entities;
@@ -518,6 +518,8 @@ void CL_EstablishConnection (char *host);
 void CL_Disconnect (void);
 void CL_Disconnect_f (void);
 
+void CL_BoundingBoxForEntity(entity_render_t *ent);
+
 //
 // cl_input
 //