create BMap project and copy-paste previous mesh convertion code

This commit is contained in:
2023-09-21 13:47:30 +08:00
parent f07ff1f246
commit 5671d7d7e6
12 changed files with 595 additions and 11 deletions

9
BMap/BMExports.cpp Normal file
View File

@ -0,0 +1,9 @@
#include "BMExports.hpp"
void BMInit() {
}
void BMDispose() {
}