]> 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 5b6d6b34051c2e64468bf3859eedc7a1646a720b..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);
@@ -723,6 +724,7 @@ void CL_BaseMove (void);
 
 float CL_KeyState (kbutton_t *key);
 const char *Key_KeynumToString (int keynum);
+int Key_StringToKeynum (const char *str);
 
 //
 // cl_demo.c