mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-03-22 10:48:39 +00:00
Start using rapidjson
This commit is contained in:
@@ -28,7 +28,7 @@ static void handleDiscordReady() {
|
||||
printf("\nDiscord: ready\n");
|
||||
}
|
||||
|
||||
static void handleDiscordDisconnected() {
|
||||
static void handleDiscordDisconnected(int errcode, const char* msg) {
|
||||
printf("\nDiscord: disconnected\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user