Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
enaudio.c
Go to the documentation of this file.
1typedef int[] AudioHandle;
2
4{
5 proto native static AudioHandle BankLoad(string path);
6 proto native static AudioHandle ShaderLoad(string path);
7 proto native static AudioHandle SoundPlay(AudioHandle bank, AudioHandle shader);
8 proto native static void SoundDestroy(AudioHandle handle);
9};
int[] AudioHandle
Definition enaudio.c:1