Fixes a warning
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1437 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
5f7240316a
commit
c9753b0f99
1 changed files with 2 additions and 0 deletions
|
@ -142,6 +142,8 @@ void SND_Spatialize(soundcardinfo_t *sc, channel_t *ch);
|
|||
// restart entire sound subsystem (doesn't flush old sounds, so make sure that happens)
|
||||
void S_DoRestart (void);
|
||||
|
||||
void S_Restart_f (void);
|
||||
|
||||
//plays streaming audio
|
||||
void S_RawAudio(int sourceid, qbyte *data, int speed, int samples, int channels, int width);
|
||||
|
||||
|
|
Loading…
Reference in a new issue