Added pathfinder src file
This commit is contained in:
12
cpp/src/pathfinder.hpp
Normal file
12
cpp/src/pathfinder.hpp
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#pragma once
|
||||||
|
|
||||||
|
#include "math.hpp"
|
||||||
|
|
||||||
|
namespace pathfinder {
|
||||||
|
|
||||||
|
using Path = std::vector<TilePos>;
|
||||||
|
|
||||||
|
class PathFinderBase {
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user