correct the prototype for QFGL_ProcAddress

This commit is contained in:
Bill Currie 2001-06-27 17:55:41 +00:00
parent febb139a41
commit 66a524d7bf
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@
#undef QFGL_NEED
qboolean GLF_Init (void);
void *QFGL_ProcAddress (void *, const char *);
void *QFGL_ProcAddress (void *, const char *, qboolean crit);
#endif // __QF_GL_funcs_h_