mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
how that got past my compile tests is beyond me
This commit is contained in:
parent
ca4b3acd6c
commit
eeb4e4f9a9
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
#define _SOUND_H
|
||||
|
||||
#include "QF/mathlib.h"
|
||||
#include "QF/quakeio.h"
|
||||
#include "QF/zone.h"
|
||||
|
||||
#define AMBIENT_WATER 0
|
||||
|
|
|
@ -46,9 +46,9 @@ static const char rcsid[] =
|
|||
#include <vorbis/vorbisfile.h>
|
||||
|
||||
#include "QF/cvar.h"
|
||||
#include "QF/quakeio.h"
|
||||
#include "QF/sound.h"
|
||||
#include "QF/sys.h"
|
||||
#include "QF/quakeio.h"
|
||||
|
||||
|
||||
static size_t
|
||||
|
|
Loading…
Reference in a new issue