]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Added CL_Shutdown which took care of 14 memory leaks totaling over 30mb. (needs more...
[xonotic/darkplaces.git] / client.h
index d46cecc1536c85afb94ea9681a70d78e96507bc0..c70640e5e18ff0595613bb6fd8774d7d25429e29 100644 (file)
--- a/client.h
+++ b/client.h
@@ -671,6 +671,7 @@ extern void CL_DecayLights (void);
 // cl_main
 //
 
+void CL_Shutdown (void);
 void CL_Init (void);
 
 void CL_EstablishConnection(const char *host);