mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-06 22:49:29 +01:00
clean out simplest version
This commit is contained in:
parent
79e0e336c5
commit
29641da939
10 changed files with 5 additions and 556 deletions
|
|
@ -48,6 +48,6 @@ struct RpcConnection {
|
|||
|
||||
void Open();
|
||||
void Close();
|
||||
void Write(const void* data, size_t length);
|
||||
bool Write(const void* data, size_t length);
|
||||
bool Read(rapidjson::Document& message);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue