mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
fixed up the #include's so it now compiles (cleanly)
This commit is contained in:
parent
b87a49e6ba
commit
1c6834bf91
1 changed files with 12 additions and 0 deletions
|
@ -20,7 +20,19 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
*/
|
||||
// console.c
|
||||
|
||||
#include "qtypes.h"
|
||||
#include "quakedef.h"
|
||||
#include "console.h"
|
||||
#include "keys.h"
|
||||
#include "lib_replace.h"
|
||||
#include "client.h"
|
||||
#include "cvar.h"
|
||||
#include "screen.h"
|
||||
#include "draw.h"
|
||||
#include "cmd.h"
|
||||
#include "sound.h"
|
||||
#include "sys.h"
|
||||
|
||||
#ifdef NeXT
|
||||
#include <libc.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue