Files
oboe/Win32/Blades of Exile Char Editor/edsound.h
2010-07-12 04:04:39 +00:00

8 lines
214 B
C

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 sound_pause(long len);
void flip_sound();