parent
5c63de0a7b
commit
0b2043cb17
@ -0,0 +1,6 @@
|
|||||||
|
pub fn init(
|
||||||
|
window_title: String,
|
||||||
|
tx: std::sync::mpsc::Sender<crate::UnderlayEvent>,
|
||||||
|
) -> Result<(), String> {
|
||||||
|
todo!()
|
||||||
|
}
|
Loading…
Reference in new issue