X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSounds.h;h=49eb2d36782b3879768865289b5bf60e0a95416e;hb=42bdd021a9276a99a9ae09722d02e36bd3da8e77;hp=8feac33951dcf4d0d113f2e7281f442eed627133;hpb=5c8be15962d6b02d7fdfdb16acc10f55267bea0f;p=lugaru.git diff --git a/Source/Sounds.h b/Source/Sounds.h index 8feac33..49eb2d3 100644 --- a/Source/Sounds.h +++ b/Source/Sounds.h @@ -33,5 +33,8 @@ 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