chore.整理接口定义

This commit is contained in:
MistEO
2022-03-09 00:12:00 +08:00
parent 426ad68c40
commit b81441a1ee

View File

@@ -17,8 +17,8 @@ extern "C" {
bool ASSTAPI AsstLoadResource(const char* path);
ASSTAPI_PORT AsstHandle ASST_CALL AsstCreate();
ASSTAPI_PORT AsstHandle ASST_CALL AsstCreateEx(AsstApiCallback callback, void* custom_arg);
AsstHandle ASSTAPI AsstCreate();
AsstHandle ASSTAPI AsstCreateEx(AsstApiCallback callback, void* custom_arg);
void ASSTAPI AsstDestroy(AsstHandle handle);
bool ASSTAPI AsstConnect(AsstHandle handle, const char* adb_path, const char* address, const char* config);