Not declared in scope

 if (started == true) {
   if (scenario == 1) scenario1();
   else if (scenario == 2) scenario2();
   else if (scenario == 3) scenario3();
   const int followCountLine();

What an odd place to put a function prototype.
Inaccurate too.