0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-21 17:01:11 +00:00

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

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_