Removed trash typedef

master
Warren Ulrich 2023-06-10 04:10:17 -07:00
parent 2ffb781958
commit 539c833001
1 changed files with 0 additions and 2 deletions

View File

@ -84,8 +84,6 @@ namespace pathfinding {
} }
} }
using path_step = std::variant<Tile, obstacle*>;
std::vector<Tile> find_path(const Tile &start, const Tile &end) { std::vector<Tile> find_path(const Tile &start, const Tile &end) {
class path_node { class path_node {
public: public: