mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 20:02:09 +00:00
!lart taniwha for forgetting to make clean after changing headers
This commit is contained in:
parent
578532766f
commit
9afa18b5f8
3 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
#include <cmd.h>
|
#include <cmd.h>
|
||||||
#include <sys.h>
|
#include <sys.h>
|
||||||
#include <input.h>
|
#include <input.h>
|
||||||
|
#include <cvars.h>
|
||||||
|
|
||||||
int con_ormask;
|
int con_ormask;
|
||||||
console_t con_main;
|
console_t con_main;
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
#include <zone.h>
|
#include <zone.h>
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
#include <draw.h>
|
#include <draw.h>
|
||||||
|
#include <cvars.h>
|
||||||
|
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <fnmatch.h>
|
#include <fnmatch.h>
|
||||||
|
|
|
@ -33,6 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
#include <phys.h>
|
#include <phys.h>
|
||||||
#include <mathlib.h>
|
#include <mathlib.h>
|
||||||
#include <world.h>
|
#include <world.h>
|
||||||
|
#include <cvars.h>
|
||||||
|
|
||||||
#define CHAN_AUTO 0
|
#define CHAN_AUTO 0
|
||||||
#define CHAN_WEAPON 1
|
#define CHAN_WEAPON 1
|
||||||
|
|
Loading…
Reference in a new issue