| 519 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_release (IntPtr sound); |
| 520 | |
| 521 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_inst_stop (SoundInst sound_inst); |
| 522 | [return: MarshalAs(UnmanagedType.Bool)] |
| 523 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool sound_inst_is_playing(SoundInst sound_inst); |
| 524 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_inst_set_pos (SoundInst sound_inst, Vec3 pos); |