]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
Restrict cl_netfps between values of 30 and 120 (hardcoded) to reduce the amount...
[xonotic/darkplaces.git] / render.h
index 9b3f2df08482164eb7ae7129d9b1dffb67f78181..ef20c14a2bc97fb983c016c0a53dc9c7009f5351 100644 (file)
--- a/render.h
+++ b/render.h
@@ -239,7 +239,6 @@ skinframe_t *R_SkinFrame_LoadInternalUsingTexture(const char *name, int texturef
 rtexture_t *R_GetCubemap(const char *basename);
 
 void R_View_WorldVisibility(qboolean forcenovis);
-void R_DrawDecals(void);
 void R_DrawParticles(void);
 void R_DrawExplosions(void);
 
@@ -752,6 +751,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