refactor: remove dead code, move direction & graph into 'map' module

This commit is contained in:
2025-08-16 14:37:14 -05:00
parent 313ca4f3e6
commit d47d70ff5b
27 changed files with 31 additions and 1003 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use glam::IVec2;
use pacman::entity::direction::*;
use pacman::map::direction::*;
#[test]
fn test_direction_opposite() {