forked from fte/fteqw
1
0
Fork 0

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:
Spoike 2005-10-07 02:05:22 +00:00
parent 5f7240316a
commit c9753b0f99
1 changed files with 2 additions and 0 deletions

View File

@ -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);