mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2025-12-24 08:16:26 +01:00
Fixup event names
- GAME_XXXXX not XXXXX_GAME - Nuked the WantsPresence event
This commit is contained in:
parent
6338a572d3
commit
93d9ba10c2
3 changed files with 4 additions and 25 deletions
|
|
@ -27,7 +27,6 @@ typedef struct DiscordEventHandlers {
|
|||
void (*ready)();
|
||||
void (*disconnected)(int errorCode, const char* message);
|
||||
void (*errored)(int errorCode, const char* message);
|
||||
void (*presenceRequested)();
|
||||
void (*joinGame)(const char* joinSecret);
|
||||
void (*spectateGame)(const char* spectateSecret);
|
||||
} DiscordEventHandlers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue