Bram Moolenaar | 427f5b6 | 2019-06-09 13:43:51 +0200 | [diff] [blame^] | 1 | /* sound.c */ |
2 | void f_sound_playevent(typval_T *argvars, typval_T *rettv); | ||||
3 | void f_sound_playfile(typval_T *argvars, typval_T *rettv); | ||||
4 | void f_sound_stop(typval_T *argvars, typval_T *rettv); | ||||
5 | void f_sound_stopall(typval_T *argvars, typval_T *rettv); | ||||
6 | void sound_free(void); | ||||
7 | /* vim: set ft=c : */ |