]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
Initialize console commands and cvars before anything else
[xonotic/darkplaces.git] / quakedef.h
index 5f7f839b7a6a62dbe88063e8b916d682793e04d3..5a5037ed041c0ca53480dc0ed4162af74d9764c6 100644 (file)
@@ -537,7 +537,7 @@ typedef struct host_s
 
 extern host_t host;
 
-void Host_InitCommands(void);
+void Host_Init_Commands(void);
 void Host_Main(void);
 void Host_Shutdown(void);
 void Host_StartVideo(void);