]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sounds.h
Prepare to cleanup sound emission
[lugaru.git] / Source / Sounds.h
index 8feac33951dcf4d0d113f2e7281f442eed627133..12d36601e6616ab1130dd3aea3e1ad5b0129f472 100644 (file)
@@ -33,5 +33,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 int footstepsound, footstepsound2, footstepsound3, footstepsound4;
 #endif