WeChatFerry/WeChatFerry/sdk/sdk.h

6 lines
132 B
C
Raw Normal View History

2023-07-15 09:46:40 +08:00
#pragma once
extern "C" {
__declspec(dllexport) int WxInitSDK(bool debug, int port);
__declspec(dllexport) int WxDestroySDK();
}