mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Committing some old stuff I hadn't before. This one: removing a variable
name from a prototype.
This commit is contained in:
parent
a22fd5a172
commit
61bb65fa3f
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 *, qboolean crit);
|
||||
void *QFGL_ProcAddress (void *, const char *, qboolean);
|
||||
|
||||
#endif // __QF_GL_funcs_h_
|
||||
|
|
Loading…
Reference in a new issue