mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-22 16:01:25 +00:00
Nuke SDL/SDL.h include, replace with SDL.h
This commit is contained in:
parent
6f9f734bd5
commit
9aa60bc5f9
1 changed files with 4 additions and 9 deletions
|
@ -25,17 +25,12 @@
|
||||||
|
|
||||||
$Id$
|
$Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Some of this may not work. I'm not overly familiar with SDL, I just sort
|
|
||||||
// of podged this together from the SDL headers, and the other cd-rom code.
|
|
||||||
// -- Mark Baker <homer1@together.net>
|
|
||||||
|
|
||||||
#include <SDL/SDL.h>
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
# include <config.h>
|
# include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <SDL.h>
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include "qargs.h"
|
#include "qargs.h"
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
|
|
Loading…
Reference in a new issue