#include using namespace std; #include "park.h" void RunChase (Scene allAnimals) { for (int time=1; time<=30; time++) { for (int k=0; kChase ()) { return; } } cout << endl; } cout << "Chase took too long; all animals drifted away." << endl; } int main () { Scene allAnimals; RunChase (allAnimals); return 0; }