justinhj / astar-algorithm-cpp

Implementations of the A* algorithm in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to replace GetMap function with a class method

orangetcy opened this issue · comments

Thanks your great project. I am a newer C++, and I have a question is I have a class/object manage the map,Can I replace the GetMap with a class method?