]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_decals.h
rewrote RecursiveHullCheck, no longer gets stuck on angle changes, and is generally...
[xonotic/darkplaces.git] / r_decals.h
index 8a54e8d90cc1a7882fb22dfe9450c8f37b827201..879396583ac80286f140aba8f8b460689655d847 100644 (file)
@@ -1,6 +1,6 @@
 
-void R_Decals_Init();
+void R_Decals_Init(void);
 
-void GL_DrawDecals();
+void GL_DrawDecals(void);
 
-void R_Decal(vec3_t org, rtexture_t *tex, float scale, int cred, int cgreen, int cblue, int alpha);
+void R_Decal(vec3_t org, rtexture_t *tex, float s1, float t1, float s2, float t2, float scale, int cred, int cgreen, int cblue, int alpha);