mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-05 22:19:06 +01:00
fix some warnings, format
This commit is contained in:
parent
f617f3b78d
commit
bfcfd10baa
5 changed files with 13 additions and 6 deletions
|
|
@ -32,7 +32,9 @@ typedef struct DiscordEventHandlers {
|
|||
void (*spectateGame)(const char* spectateSecret);
|
||||
} DiscordEventHandlers;
|
||||
|
||||
void Discord_Initialize(const char* applicationId, DiscordEventHandlers* handlers, int autoRegister);
|
||||
void Discord_Initialize(const char* applicationId,
|
||||
DiscordEventHandlers* handlers,
|
||||
int autoRegister);
|
||||
void Discord_Shutdown();
|
||||
|
||||
/* checks for incoming messages, dispatches callbacks */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue