summaryrefslogtreecommitdiff
path: root/src/game.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.rs')
-rw-r--r--src/game.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.rs b/src/game.rs
index 5b14e46..b3cfc62 100644
--- a/src/game.rs
+++ b/src/game.rs
@@ -9,7 +9,7 @@ use player::*;
mod powerup;
use powerup::*;
-mod map;
+pub mod map;
use map::*;
use arrayvec::ArrayVec;