mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-27 18:34:16 +01:00
make ready() to explicitly take no arguments -> ready(void) (#100)
This commit is contained in:
parent
8f9013cea6
commit
8990824c9c
@ -49,7 +49,7 @@ typedef struct DiscordJoinRequest {
|
|||||||
} DiscordJoinRequest;
|
} DiscordJoinRequest;
|
||||||
|
|
||||||
typedef struct DiscordEventHandlers {
|
typedef struct DiscordEventHandlers {
|
||||||
void (*ready)();
|
void (*ready)(void);
|
||||||
void (*disconnected)(int errorCode, const char* message);
|
void (*disconnected)(int errorCode, const char* message);
|
||||||
void (*errored)(int errorCode, const char* message);
|
void (*errored)(int errorCode, const char* message);
|
||||||
void (*joinGame)(const char* joinSecret);
|
void (*joinGame)(const char* joinSecret);
|
||||||
|
Loading…
Reference in New Issue
Block a user