#pragma once #include #include "math.hpp" namespace pathfinder { using Path = std::vector; class PathFinderBase { }; }