]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - render.h
changed crosshair_static default to 1
[xonotic/darkplaces.git] / render.h
index 80f1a2b24f48c6e81960fd733611c146e50e9055..85b927a0ea99b220f0e36f4c671b6ab1f9edd1f6 100644 (file)
--- a/render.h
+++ b/render.h
@@ -173,6 +173,11 @@ extern cvar_t gl_dither;
 
 #include "r_light.h"
 
+extern rtexture_t *r_texture_blanknormalmap;
+extern rtexture_t *r_texture_white;
+extern rtexture_t *r_texture_black;
+extern rtexture_t *r_texture_notexture;
+
 void R_TimeReport(char *name);
 void R_TimeReport_Start(void);
 void R_TimeReport_End(void);