Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ HMM使用基于CSV变种的HMM格式文件,便于阅读,以行为单位,

[无头模式控制接口介绍](doc/api/headless.md)

## DLL支持

HellMapManager支持编译为dll文件,通过标准的dll接口供 lua/python等脚本语言进行调用

[DLL接口说明](./doc/api/dll.md)

## 完善的文档

HMM提供完善的文档支持,[进入文档](doc/index.md)。
Expand Down