Files
oboe-original/Macintosh Code Release 3/Blades of Exile Char Editor/ed.sound.h
2025-05-14 09:39:09 -05:00

7 lines
186 B
C
Executable File

void load_sounds ();
void play_sound(short which) ; // if < 0, play asynch
void force_play_sound(short which);
void one_sound(short which);
void clear_sound_memory();
void flip_sound();