mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-23 22:05:36 +08:00
11 lines
212 B
C++
11 lines
212 B
C++
#include "qtcommon.h"
|
|
#include "network.h"
|
|
|
|
namespace DevTools
|
|
{
|
|
void Initialize();
|
|
void Close();
|
|
bool Connected();
|
|
JSON::Value<wchar_t> SendRequest(const char* method, const std::wstring& params = L"{}");
|
|
}
|