modif appbuilder
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
use crate::app::App;
|
||||
|
||||
pub trait AppHandler {
|
||||
fn update(&mut self, _app: &mut App) {}
|
||||
fn render(&mut self, app: &mut App);
|
||||
}
|
||||
Reference in New Issue
Block a user