12 lines
319 B
C
Executable File
12 lines
319 B
C
Executable File
void move_sound(unsigned char ter,short step);
|
|
void flip_sound();
|
|
void clear_sound_memory();
|
|
void one_sound(short which);
|
|
void force_play_sound(short which);
|
|
void play_sound(short which) ;
|
|
void load_sounds ();
|
|
Boolean sound_going(short which_s);
|
|
void incidental_noises();
|
|
void sound_pause(long len);
|
|
void kill_sound();
|