Added pathfinder src file
This commit is contained in:
@@ -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