mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-09 16:08:46 +01:00
Start using rapidjson
This commit is contained in:
parent
1b65e53da7
commit
930cd722d5
10 changed files with 45 additions and 42 deletions
|
|
@ -322,3 +322,7 @@ extern "C" void Discord_UpdatePresence(const DiscordRichPresence* presence)
|
|||
Frame.length = jsonWrite - Frame.message;
|
||||
ConnectionWrite(&Frame);
|
||||
}
|
||||
|
||||
extern "C" void Discord_Update()
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue