Skip to main content

helixlauncher_core/
lib.rs

1pub mod auth;
2pub mod launcher;
3pub mod config;
4pub mod instance;
5
6#[no_mangle]
7pub extern "C" fn test(i: std::ffi::c_int) -> std::ffi::c_int {
8    i + 1
9}