feat: finish pybmap
This commit is contained in:
@@ -2,6 +2,7 @@ use std::ffi::{CStr, CString};
|
||||
use std::os::raw::{c_float, c_void};
|
||||
//use std::ptr;
|
||||
|
||||
#[rustfmt::skip]
|
||||
#[link(name = "BMap", kind = "dylib")]
|
||||
unsafe extern "C" {
|
||||
pub unsafe fn BMInit() -> bool;
|
||||
|
||||
Reference in New Issue
Block a user