view src/proto/os_macosx.pro @ 31903:1cedb94012da

Added tag v9.0.1283 for changeset 1c5ef864fe4caa4106584c46147878bc754fe476
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 17:15:04 +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 : */