glx, sdl and sgl now all compile on my system (at work), but sgl doesn't link

This commit is contained in:
Bill Currie 2000-10-26 16:29:45 +00:00
parent 619d9396cc
commit 217f59e1ed
4 changed files with 27 additions and 20 deletions

View file

@ -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;