mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-06 15:51:25 +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 <GL/gl.h>
|
||||||
|
|
||||||
#include "QF/model.h"
|
#include "QF/model.h"
|
||||||
#include "QF/qfgl_ext.h"
|
|
||||||
#include "QF/wad.h"
|
#include "QF/wad.h"
|
||||||
|
|
||||||
|
#include "qfgl_ext.h"
|
||||||
|
|
||||||
|
|
||||||
void GL_BeginRendering (int *x, int *y, int *width, int *height);
|
void GL_BeginRendering (int *x, int *y, int *width, int *height);
|
||||||
void GL_EndRendering (void);
|
void GL_EndRendering (void);
|
||||||
|
|
|
@ -39,8 +39,6 @@
|
||||||
|
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
|
||||||
#include "QF/qfgl_ext.h"
|
|
||||||
|
|
||||||
typedef struct varray_t2f_c4f_v3f_s {
|
typedef struct varray_t2f_c4f_v3f_s {
|
||||||
GLfloat texcoord[2];
|
GLfloat texcoord[2];
|
||||||
GLfloat color[4];
|
GLfloat color[4];
|
||||||
|
|
|
@ -64,9 +64,10 @@
|
||||||
# include <strings.h>
|
# include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "QF/qfgl_ext.h"
|
|
||||||
#include "QF/qtypes.h"
|
#include "QF/qtypes.h"
|
||||||
|
|
||||||
|
#include "qfgl_ext.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
ParseExtensionList
|
ParseExtensionList
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue