]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_decals.h
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / r_decals.h
index 8a54e8d90cc1a7882fb22dfe9450c8f37b827201..9d2924cbe338f44d59dc40ca4a8f302d38fac79b 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);