mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
should compile now
This commit is contained in:
parent
5f21837c33
commit
8eacd803fe
1 changed files with 2 additions and 1 deletions
|
@ -34,10 +34,11 @@
|
|||
#include "cdaudio.h"
|
||||
#include "cmd.h"
|
||||
#include "console.h"
|
||||
#include "cvar.h"
|
||||
#include "qargs.h"
|
||||
#include "sound.h"
|
||||
|
||||
extern HWND mainwindow;
|
||||
extern cvar_t *bgmvolume;
|
||||
|
||||
static qboolean cdValid = false;
|
||||
static qboolean playing = false;
|
||||
|
|
Loading…
Reference in a new issue