mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
fix some missing symbols
This commit is contained in:
parent
1fc20e70b3
commit
62df1f2c31
4 changed files with 7 additions and 10 deletions
|
@ -58,6 +58,9 @@ typedef struct {
|
|||
short right;
|
||||
} stereo16_t;
|
||||
|
||||
cvar_t *snd_loadas8bit;
|
||||
cvar_t *snd_interp;
|
||||
|
||||
void
|
||||
SND_ResampleMono (sfxbuffer_t *sc, byte *data, int length, void *prev)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue