mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-05 22:19:06 +01:00
Rename some things, stub of async version, download rapidjson in cmake file
This commit is contained in:
parent
e3d663bc95
commit
1b65e53da7
12 changed files with 319 additions and 21 deletions
|
|
@ -25,7 +25,7 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
void (*ready)();
|
||||
void (*disconnected)();
|
||||
void (*disconnected)(int errorCode, const char* message);
|
||||
void (*wantsPresence)();
|
||||
void (*joinGame)(const char* joinSecret);
|
||||
void (*spectateGame)(const char* spectateSecret);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue