#ifndef _PG3_ #define _PG3_ #include #include #include using namespace std; int main (int argc, char **argv); void GetMaze (); void DisposeMaze (); void PrintMaze (char **M); int height (); int width (); void Solve (); #endif