input refactor

This commit is contained in:
MalekiRe
2023-09-08 22:52:29 -07:00
parent 6df51bb70f
commit 86299d3161
12 changed files with 1097 additions and 455 deletions

View File

@@ -23,7 +23,7 @@ macro_rules! xr_resource_wrapper {
Self::new(value)
}
}
}
};
}
#[macro_export]
@@ -51,8 +51,8 @@ macro_rules! xr_arc_resource_wrapper {
Self::new(value)
}
}
}
};
}
pub use xr_arc_resource_wrapper;
pub use xr_resource_wrapper;
pub use xr_arc_resource_wrapper;