]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
work with SDL2
[xonotic/darkplaces.git] / render.h
index c869615a2fed6362c19e6e2acbe3ce38253bd4c6..60fc6afe5b6e7c7e3ce53e0f960bc33ae6a7d38d 100644 (file)
--- a/render.h
+++ b/render.h
@@ -578,5 +578,7 @@ void R_LightningBeams_Init(void);
 void Mod_RenderInit(void);
 void Font_Init(void);
 
-#endif
+qboolean R_CompileShader_CheckStaticParms(void);
+void R_GLSL_Restart_f(void);
 
+#endif