mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 22:51:37 +00:00
Don't include menu.h if SERVERONLY is defined.
This commit is contained in:
parent
79a286c45b
commit
56a753d763
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ void VID_UnlockBuffer (void);
|
|||
#include "keys.h"
|
||||
#include "console.h"
|
||||
#include "view.h"
|
||||
#ifndef SERVERONLY
|
||||
# include "menu.h"
|
||||
#endif
|
||||
#include "crc.h"
|
||||
#include "cdaudio.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue