| 31 | } |
| 32 | |
| 33 | void MaaAgentServerDetach() |
| 34 | { |
| 35 | LogFunc; |
| 36 | |
| 37 | MAA_AGENT_SERVER_NS::AgentServer::get_instance().detach(); |
| 38 | } |
| 39 | |
| 40 | MaaBool MaaAgentServerRegisterCustomRecognition(const char* name, MaaCustomRecognitionCallback recognition, void* trans_arg) |
| 41 | { |