1
0

feat: finish pybmap

This commit is contained in:
2026-02-09 22:28:46 +08:00
parent 9917db0399
commit 30f7201a07
3 changed files with 84 additions and 24 deletions

View File

@@ -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;