From bea26f60b932265e072a85187978ad2ddd134630 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 8 Feb 2013 23:16:09 +0100 Subject: changed various playsound calls to playsoundwithfunctionb4 --- include/game.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/game.h b/include/game.h index 9cd9452..17962e7 100755 --- a/include/game.h +++ b/include/game.h @@ -3669,5 +3669,7 @@ inline int Player_VF3D4(void *self) { VF_END; } +extern "C" void PlaySoundWithFunctionB4(void *spc, nw4r::snd::SoundHandle *handle, int id, int unk); + #endif -- cgit v1.2.3