Removed trash typedef
							parent
							
								
									2ffb781958
								
							
						
					
					
						commit
						539c833001
					
				| 
						 | 
				
			
			@ -84,8 +84,6 @@ namespace pathfinding {
 | 
			
		|||
        }
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    using path_step = std::variant<Tile, obstacle*>;
 | 
			
		||||
    
 | 
			
		||||
    std::vector<Tile> find_path(const Tile &start, const Tile &end) {
 | 
			
		||||
        class path_node {
 | 
			
		||||
        public:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue