mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Made necessary changes to includes to get files to compile, got
directions from despair :) Misty-chan
This commit is contained in:
parent
5859b3dd1f
commit
9f583076f8
3 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@
|
|||
# include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "qfgl_ext.h"
|
||||
#include "QF/qfgl_ext.h"
|
||||
#include "QF/qtypes.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "host.h"
|
||||
#include "QF/qargs.h"
|
||||
#include "QF/qendian.h"
|
||||
#include "qfgl_ext.h"
|
||||
#include "QF/qfgl_ext.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "sbar.h"
|
||||
#include "QF/sys.h"
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
#include "QF/qargs.h"
|
||||
#include "QF/quakefs.h"
|
||||
#include "glquake.h"
|
||||
#include "qfgl_ext.h"
|
||||
#include "QF/qfgl_ext.h"
|
||||
#include "sbar.h"
|
||||
|
||||
#define WARP_WIDTH 320
|
||||
|
|
Loading…
Reference in a new issue