1
0

feat: update BMapSharp binding

This commit is contained in:
2026-02-06 17:52:13 +08:00
parent 37b8f2d023
commit c379c00a3f
4 changed files with 523 additions and 400 deletions

View File

@@ -14,7 +14,7 @@ def _get_libcmo21_repo_directory() -> Path:
def get_input_file_path() -> Path:
return _get_libcmo21_repo_directory() / "BMap" / "BMap" / "BMExports.hpp"
return _get_libcmo21_repo_directory() / "Ballance" / "BMap" / "BMap" / "BMExports.hpp"
def _get_bmap_binder_directory() -> Path: