/* sound.c */ | |
void f_sound_playevent(typval_T *argvars, typval_T *rettv); | |
void f_sound_playfile(typval_T *argvars, typval_T *rettv); | |
void f_sound_stop(typval_T *argvars, typval_T *rettv); | |
void f_sound_clear(typval_T *argvars, typval_T *rettv); | |
void sound_free(void); | |
/* vim: set ft=c : */ |