| 50 | } |
| 51 | |
| 52 | void OnResourceEvent(void* handle, const char* message, const char* details_json, void*) |
| 53 | { |
| 54 | getRuntime()->dispatch_resource_sink(reinterpret_cast<MaaResource*>(handle), message, details_json); |
| 55 | } |
| 56 | |
| 57 | void OnControllerEvent(void* handle, const char* message, const char* details_json, void*) |
| 58 | { |
nothing calls this directly
no test coverage detected