mainmenu draw
This commit is contained in:
parent
855304abc0
commit
ec8793180d
3 changed files with 49 additions and 1 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue