]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Sounds.h
Introduce resume_stream
[lugaru.git] / Source / Sounds.h
index cdf7d18a1c14c928de9b988c11e050daf65bb4bc..ee9eb21c57d9878adcd04432acbeb2baab2a860f 100644 (file)
@@ -37,6 +37,8 @@ extern void emit_sound_at(int soundid, const XYZ &pos = XYZ(), float vol = 256.f
 extern void emit_sound_np(int soundid, float vol = 256.f);
 extern void emit_stream_at(int soundid, const XYZ &pos = XYZ(), float vol = 256.f);
 extern void emit_stream_np(int soundid, float vol = 256.f);
+extern void resume_stream(int soundid);
+extern void pause_sound(int soundid);
 
 extern int footstepsound, footstepsound2, footstepsound3, footstepsound4;
 #endif