trick/trick_sims/SIM_wheelbot/models/Guidance/include/findpath.hh

6 lines
149 B
C++

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