feat: add dota lib

This commit is contained in:
2021-01-10 15:10:53 +08:00
parent 394e76ba29
commit dee3033007
6 changed files with 195 additions and 0 deletions

14
__misc/dotalib/README.md Normal file
View File

@@ -0,0 +1,14 @@
cbindgen:
https://github.com/eqrion/cbindgen
C++
```shell
cbindgen --config cbindgen.toml --crate dotalib --output dotalib.h
```
C
```shell
cbindgen --config cbindgen.toml --crate dotalib --lang c --output dotalib.h
```