Maybe this one will compile

This commit is contained in:
Mason Sciotti
2018-03-29 11:23:19 -07:00
parent c70acbe7d1
commit 5b495f507d
2 changed files with 37 additions and 13 deletions

View File

@ -49,7 +49,7 @@ typedef struct DiscordJoinRequest {
} DiscordJoinRequest;
typedef struct DiscordEventHandlers {
void (*ready)(void);
void (*ready)(const DiscordJoinRequest* request);
void (*disconnected)(int errorCode, const char* message);
void (*errored)(int errorCode, const char* message);
void (*joinGame)(const char* joinSecret);