Created
June 23, 2020 18:23
-
-
Save sakex/e084b8bb733791dbac0e464876f63449 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// src/bindings.rs | |
#[link(name = "gui", kind = "static")] | |
extern "C" { | |
pub fn register_button(engine: *mut c_void, button: *mut c_void); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment