]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - server.h
Initialize console commands and cvars before anything else
[xonotic/darkplaces.git] / server.h
index 46c124633d90e86a4e4d831ff0ef1146613e7ab6..33a88acbc0cf8b310a16cd3baa055e4456cdf3a7 100644 (file)
--- a/server.h
+++ b/server.h
@@ -512,6 +512,7 @@ extern client_t *host_client;
 
 //===========================================================
 
+void SV_Init_Commands(void);
 void SV_Init (void);
 
 void SV_StartParticle (vec3_t org, vec3_t dir, int color, int count);