#ifndef FINDPATH_HH #define FINDPATH_HH #include "arena.hh" std::vector FindPath( GridSquare* origin, GridSquare* goal, Arena* arena); #endif