mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
all files now include config.h
This commit is contained in:
parent
906444dfca
commit
832af13c12
126 changed files with 1221 additions and 208 deletions
|
@ -28,6 +28,9 @@
|
|||
// draw.c -- this is the only file outside the refresh that touches the
|
||||
// vid buffer
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
#include "sys.h"
|
||||
#include "quakedef.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue