mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 18:07:48 -06:00
refactor: remove dead code, move direction & graph into 'map' module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use pacman::entity::direction::Direction;
|
||||
use pacman::entity::graph::{Graph, Node, TraversalFlags};
|
||||
use pacman::map::direction::Direction;
|
||||
use pacman::map::graph::{Graph, Node, TraversalFlags};
|
||||
|
||||
fn create_test_graph() -> Graph {
|
||||
let mut graph = Graph::new();
|
||||
|
||||
Reference in New Issue
Block a user