/*-------------------------------------------------- header file for function next_sound created by smtuttle at Tue Oct 18 13:57:44 PDT 2016 --------------------------------------------------*/ #ifndef next_sound_H #define next_sound_H #include <string> using namespace std; string next_sound(string an_animal_sound); #endif