mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
fix non-vorbis compile
This commit is contained in:
parent
79322d64ce
commit
963fa8ef98
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ SND_LoadOgg (QFile *file, sfx_t *sfx, cache_allocator_t allocator)
|
|||
#include "QF/sys.h"
|
||||
#include "QF/quakeio.h"
|
||||
|
||||
#include "snd_render.h"
|
||||
|
||||
sfxcache_t *
|
||||
SND_LoadOgg (QFile *file, sfx_t *sfx, cache_allocator_t allocator)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue