mainmenu draw

This commit is contained in:
Llywelwyn 2023-09-30 03:24:30 +01:00
parent 855304abc0
commit ec8793180d
3 changed files with 49 additions and 1 deletions

View file

@ -64,6 +64,8 @@ pub use cheat_menu::*;
use crate::consts::events::*;
mod farlook;
pub use farlook::*;
mod main_menu;
pub use main_menu::*;
/// Gives a popup box with a message and a title, and waits for a keypress.
#[allow(unused)]