view src/proto/os_macosx.pro @ 32151:0538bf460cfa

Added tag v9.0.1406 for changeset 3923c5051b87f17545baeb08acad10cd9f27adf1
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Mar 2023 13:30:05 +0100
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 : */