Skip to content

Instantly share code, notes, and snippets.

@sakex
Created June 23, 2020 18:23
Show Gist options
  • Save sakex/e084b8bb733791dbac0e464876f63449 to your computer and use it in GitHub Desktop.
Save sakex/e084b8bb733791dbac0e464876f63449 to your computer and use it in GitHub Desktop.
// 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