mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 04:30:43 +00:00
/me mutters something about old installed headers and search paths
This commit is contained in:
parent
323015b11a
commit
828019505e
3 changed files with 4 additions and 4 deletions
|
@ -40,9 +40,10 @@
|
|||
#include <GL/gl.h>
|
||||
|
||||
#include "QF/model.h"
|
||||
#include "QF/qfgl_ext.h"
|
||||
#include "QF/wad.h"
|
||||
|
||||
#include "qfgl_ext.h"
|
||||
|
||||
|
||||
void GL_BeginRendering (int *x, int *y, int *width, int *height);
|
||||
void GL_EndRendering (void);
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
|
||||
#include <GL/gl.h>
|
||||
|
||||
#include "QF/qfgl_ext.h"
|
||||
|
||||
typedef struct varray_t2f_c4f_v3f_s {
|
||||
GLfloat texcoord[2];
|
||||
GLfloat color[4];
|
||||
|
|
|
@ -64,9 +64,10 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "QF/qfgl_ext.h"
|
||||
#include "QF/qtypes.h"
|
||||
|
||||
#include "qfgl_ext.h"
|
||||
|
||||
/*
|
||||
ParseExtensionList
|
||||
|
||||
|
|
Loading…
Reference in a new issue