mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-07 23:18:55 +01:00
Rename a thing
This commit is contained in:
parent
827c056602
commit
6ea9c46f77
8 changed files with 39 additions and 7 deletions
|
|
@ -35,7 +35,6 @@ typedef struct DiscordEventHandlers {
|
|||
|
||||
void Discord_Initialize(const char* applicationId, DiscordEventHandlers* handlers);
|
||||
void Discord_Shutdown();
|
||||
void Discord_UpdatePresence(const DiscordRichPresence* presence);
|
||||
|
||||
/* checks for incoming messages, dispatches callbacks */
|
||||
void Discord_RunCallbacks();
|
||||
|
|
@ -45,6 +44,8 @@ void Discord_RunCallbacks();
|
|||
void Discord_UpdateConnection();
|
||||
#endif
|
||||
|
||||
void Discord_UpdatePresence(const DiscordRichPresence* presence);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue