This commit is contained in:
Chris Marsh
2017-07-19 14:40:54 -07:00
parent 0d6282fe33
commit c6c0aefa4f
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ typedef struct {
typedef struct {
void (*ready)();
void (*disconnected)(int errorCode, const char* message);
void (*wantsPresence)();
void (*presenceRequested)();
void (*joinGame)(const char* joinSecret);
void (*spectateGame)(const char* spectateSecret);
} DiscordEventHandlers;