11 lines
207 B
C++
11 lines
207 B
C++
#include "qtcommon.h"
|
|
#include "network.h"
|
|
|
|
namespace DevTools
|
|
{
|
|
void Start();
|
|
void Close();
|
|
bool Connected();
|
|
JSON::Value<wchar_t> SendRequest(const char* method, const std::wstring& params = L"{}");
|
|
}
|