Added pathfinder src file
This commit is contained in:
parent
9913d5b938
commit
bf7c1ab2a7
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 {
|
||||
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user