mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-03-09 18:56:28 +00:00
wip what layer some things should be in, mostly async now
This commit is contained in:
@@ -11,5 +11,5 @@ struct BaseConnection {
|
||||
bool Open();
|
||||
bool Close();
|
||||
bool Write(const void* data, size_t length);
|
||||
bool Read(void* data, size_t& length);
|
||||
bool Read(void* data, size_t length);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user