mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-31 08:25:06 -06:00
refactor: remove dead code, move direction & graph into 'map' module
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
use glam::IVec2;
|
||||
use pacman::entity::direction::*;
|
||||
use pacman::map::direction::*;
|
||||
|
||||
#[test]
|
||||
fn test_direction_opposite() {
|
||||
|
||||
Reference in New Issue
Block a user