Files
oboe/Win32/Scenario Editor/edsound.h
2010-07-12 04:08:14 +00:00

6 lines
140 B
C

void load_sounds ();
void play_sound(short which) ; // if < 0, play asynch
void force_play_sound(short which);
void sound_pause(long len);