1
0
mirror of https://github.com/medigor/example-native-api-rs.git synced 2025-07-05 00:58:53 +02:00

out parameters

This commit is contained in:
medigor
2023-09-28 01:17:57 +03:00
parent 4dee8a2c43
commit 30cbaccec0
6 changed files with 213 additions and 144 deletions

View File

@ -54,5 +54,5 @@ pub unsafe extern "C" fn SetPlatformCapabilities(capabilities: c_int) -> c_int {
#[allow(non_snake_case)]
#[no_mangle]
pub extern "C" fn GetAttachType() -> AttachType {
AttachType::CanAttachAny
AttachType::Any
}