]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
redesigned skeletal model loading and rendering to use matrix-palette animation ...
[xonotic/darkplaces.git] / client.h
index dfa11cbe48d46b3dcec3b3c3ecaabb367a35ba7a..246d425eb4fdb2aa990daeff040c1d88b8b6f34a 100644 (file)
--- a/client.h
+++ b/client.h
@@ -994,6 +994,7 @@ void CL_Effect(vec3_t org, int modelindex, int startframe, int framecount, float
 
 void CL_ClearState (void);
 void CL_ExpandEntities(int num);
+void CL_SetInfo(const char *key, const char *value, qboolean send, qboolean allowstarkey, qboolean allowmodel, qboolean quiet);
 
 
 int  CL_ReadFromServer (void);