mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-08 07:28:52 +01:00
Start on adding update function
This commit is contained in:
parent
cb34ca725f
commit
e3e2fd72f4
3 changed files with 25 additions and 2 deletions
|
|
@ -35,6 +35,9 @@ void Discord_Initialize(const char* applicationId, DiscordEventHandlers* handler
|
|||
void Discord_Shutdown();
|
||||
void Discord_UpdatePresence(const DiscordRichPresence* presence);
|
||||
|
||||
/* checks for incoming messages, dispatches callbacks */
|
||||
void Discord_Update();
|
||||
|
||||
/* later
|
||||
|
||||
struct DiscordChannelEventHandlers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue