Initial code
This commit is contained in:
7
Windows Code Release 3/Scen Ed/EDSOUND.H
Normal file
7
Windows Code Release 3/Scen Ed/EDSOUND.H
Normal file
@@ -0,0 +1,7 @@
|
||||
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();
|
Reference in New Issue
Block a user