| 7 | #include "MaaUtils/Platform.h" |
| 8 | |
| 9 | MaaAgentClient* MaaAgentClientCreate() |
| 10 | { |
| 11 | LogError << "Deprecated API, use MaaAgentClientCreateV2 instead"; |
| 12 | |
| 13 | return new MAA_AGENT_CLIENT_NS::AgentClient; |
| 14 | } |
| 15 | |
| 16 | MaaAgentClient* MaaAgentClientCreateV2(const MaaStringBuffer* identifier) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected