]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
Split the global cmd interpreter into 4 separate ones for specific uses (client conso...
[xonotic/darkplaces.git] / render.h
index 9b3f2df08482164eb7ae7129d9b1dffb67f78181..f799d14f33e3db4e7b360cfe68490cf5744687d7 100644 (file)
--- a/render.h
+++ b/render.h
@@ -752,6 +752,6 @@ void Mod_RenderInit(void);
 void Font_Init(void);
 
 qboolean R_CompileShader_CheckStaticParms(void);
-void R_GLSL_Restart_f(void);
+void R_GLSL_Restart_f(cmd_state_t *cmd);
 
 #endif