/* * soundtool.h * BoE * * Created by Celtic Minstrel on 16/04/09. * */ #define NUM_SOUNDS 99 void init_snd_tool(); void play_sound(short which, short how_many_times = 1); void one_sound(short which); void clear_sound_memory(); void flip_sound();