mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
Fixed for very late OpenGL binding
This commit is contained in:
parent
3715430479
commit
5184d64134
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,7 @@
|
|||
#include <SDL.h>
|
||||
|
||||
#include "compat.h"
|
||||
#include "QF/GL/funcs.h"
|
||||
#include "QF/console.h"
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/qargs.h"
|
||||
|
@ -50,7 +51,6 @@
|
|||
#include "QF/va.h"
|
||||
#include "QF/vid.h"
|
||||
|
||||
#include "glquake.h"
|
||||
#include "sbar.h"
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
Loading…
Reference in a new issue