mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-19 13:02:32 +00:00
Fixed compile error after Despair cleanups ;-)
This commit is contained in:
parent
35b8c3f79c
commit
e91739410d
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,6 @@
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include <commctrl.h>
|
||||
|
||||
#include "cdaudio.h"
|
||||
#include "cmd.h"
|
||||
#include "console.h"
|
||||
|
@ -49,6 +47,8 @@
|
|||
#include "va.h"
|
||||
#include "winquake.h"
|
||||
|
||||
#include <commctrl.h>
|
||||
|
||||
extern void (*vid_menudrawfn) (void);
|
||||
extern void (*vid_menukeyfn) (int);
|
||||
|
||||
|
|
Loading…
Reference in a new issue