Removed trash typedef
							parent
							
								
									2ffb781958
								
							
						
					
					
						commit
						539c833001
					
				| 
						 | 
					@ -83,8 +83,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 {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue