mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
correct the prototype for QFGL_ProcAddress
This commit is contained in:
parent
febb139a41
commit
66a524d7bf
1 changed files with 1 additions and 1 deletions
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue