view src/proto/os_macosx.pro @ 30812:19afe50858f8

Added tag v9.0.0740 for changeset c02b74b876089affc2ee4aa51e40c1cc00bc84ab
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Oct 2022 15:15:07 +0200
parents 71137f73c94d
children ca4e81de477a
line wrap: on
line source

/* os_macosx.m */
void process_cfrunloop();
bool sound_mch_play(const char_u* event, long sound_id, soundcb_T *callback, bool playfile);
void sound_mch_stop(long sound_id);
void sound_mch_clear();
void sound_mch_free();
/* vim: set ft=c : */