]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sounds.h
Cleanup sound emission
[lugaru.git] / Source / Sounds.h
index 12d36601e6616ab1130dd3aea3e1ad5b0129f472..49eb2d36782b3879768865289b5bf60e0a95416e 100644 (file)
@@ -34,6 +34,7 @@ extern struct OPENAL_SAMPLE *samp[sounds_count];
 extern void loadAllSounds();
 
 extern void emit_sound_at(int soundid, const XYZ &pos = XYZ(), float vol = 256.f);
+extern void emit_stream_at(int soundid, const XYZ &pos = XYZ(), float vol = 256.f);
 
 extern int footstepsound, footstepsound2, footstepsound3, footstepsound4;
 #endif