chore: lifetimes

This commit is contained in:
2025-07-23 17:30:59 -05:00
parent 7744c06046
commit 4365639a1d
3 changed files with 9 additions and 9 deletions

View File

@@ -55,7 +55,9 @@ unsafe fn attach_console() {
mod animation;
mod audio;
mod constants;
mod debug;
mod direction;
mod edible;
mod entity;
mod game;
mod ghost;
@@ -64,8 +66,6 @@ mod helper;
mod map;
mod modulation;
mod pacman;
mod debug;
mod edible;
/// The main entry point of the application.
///