wip: back to 89 errors

This commit is contained in:
🪞👃🪞 2025-05-14 15:16:43 +03:00
parent f3c67f95b5
commit 57eff50973
5 changed files with 27 additions and 40 deletions

View file

@ -141,7 +141,7 @@ pub trait AutoRemove:
}
}
}
}
/// Various possible dialog overlays
#[derive(PartialEq, Clone, Copy, Debug)]
@ -180,6 +180,9 @@ has_editor!(|self: App|{
#[tengri_proc::expose]
impl App {
fn _todo_u16_stub (&self) -> u16 {
todo!()
}
fn _todo_isize_stub (&self) -> isize {
todo!()
}