]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - glquake.h
cleaned up nearly all of the externs in .c files (moved to appropriate .h files)
[xonotic/darkplaces.git] / glquake.h
index eea60c1a8a63a8cd30a2337ec8e852dd9c807fad..d85f6d21e4d2cd386c7b6fb1765a6ba03ee08864 100644 (file)
--- a/glquake.h
+++ b/glquake.h
@@ -188,7 +188,7 @@ extern qboolean lighthalf;
 #include "r_lerpanim.h"
 
 void GL_LockArray(int first, int count);
-void GL_UnlockArray();
+void GL_UnlockArray(void);
 
 void R_DrawAliasModel (entity_t *ent, int cull, float alpha, model_t *clmodel, frameblend_t *blend, int skin, vec3_t org, vec3_t angles, vec_t scale, int effects, int flags, int colormap);