mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
glx, sdl and sgl now all compile on my system (at work), but sgl doesn't link
This commit is contained in:
parent
619d9396cc
commit
217f59e1ed
4 changed files with 27 additions and 20 deletions
|
@ -30,21 +30,18 @@
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#include <SDL.h>
|
||||
|
||||
#include "client.h"
|
||||
#include "console.h"
|
||||
#include "cvar.h"
|
||||
#include "draw.h"
|
||||
#include "d_local.h"
|
||||
#include "input.h"
|
||||
#include "keys.h"
|
||||
#include "menu.h"
|
||||
#include "sys.h"
|
||||
#include "qargs.h"
|
||||
#include "qendian.h"
|
||||
#include "quakedef.h"
|
||||
#include "sys.h"
|
||||
#include "va.h"
|
||||
#include "vid.h"
|
||||
|
||||
// static float oldin_grab = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue