mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fixed vid_3dfxsvga.c includes to match current tree
This commit is contained in:
parent
d56a749e05
commit
b6f6f959b9
2 changed files with 12 additions and 12 deletions
|
@ -53,15 +53,15 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#include "console.h"
|
||||
#include "QF/console.h"
|
||||
#include "glquake.h"
|
||||
#include "host.h"
|
||||
#include "qargs.h"
|
||||
#include "qendian.h"
|
||||
#include "quakefs.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "sbar.h"
|
||||
#include "sys.h"
|
||||
#include "va.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/va.h"
|
||||
|
||||
#define WARP_WIDTH 320
|
||||
#define WARP_HEIGHT 200
|
||||
|
|
|
@ -44,16 +44,16 @@
|
|||
#include <glide/sst1vid.h>
|
||||
#include <sys/signal.h>
|
||||
|
||||
#include "console.h"
|
||||
#include "QF/console.h"
|
||||
#include "glquake.h"
|
||||
#include "host.h"
|
||||
#include "qargs.h"
|
||||
#include "qendian.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "qfgl_ext.h"
|
||||
#include "quakefs.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "sbar.h"
|
||||
#include "sys.h"
|
||||
#include "va.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/va.h"
|
||||
|
||||
#define WARP_WIDTH 320
|
||||
#define WARP_HEIGHT 200
|
||||
|
|
Loading…
Reference in a new issue