X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.h;h=49eb2d36782b3879768865289b5bf60e0a95416e;hb=335d0ac4212924d916ae6b6978fc3f3c8b505497;hp=12d36601e6616ab1130dd3aea3e1ad5b0129f472;hpb=ac2329020de30416484a59f41e1156439d143b87;p=lugaru.git diff --git a/Source/Sounds.h b/Source/Sounds.h index 12d3660..49eb2d3 100644 --- a/Source/Sounds.h +++ b/Source/Sounds.h @@ -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