diff options
author | Treeki <treeki@gmail.com> | 2013-02-08 23:16:09 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-02-08 23:16:09 +0100 |
commit | bea26f60b932265e072a85187978ad2ddd134630 (patch) | |
tree | 6ced216b29a766bdc90dccc92f2bbc6349b11b0d /include | |
parent | f66e56e087e58c3b7319e9065c375c502228dceb (diff) | |
download | kamek-bea26f60b932265e072a85187978ad2ddd134630.tar.gz kamek-bea26f60b932265e072a85187978ad2ddd134630.zip |
changed various playsound calls to playsoundwithfunctionb4
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
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
|