mirror of
https://git.suyu.dev/suyu/discord-rpc.git
synced 2026-01-04 05:35:28 +01:00
Register upgrade (#2)
* Update init to take an optional Steam ID. Add register for steam game. Remove url from cmd line params to launched game. * Start on a build script
This commit is contained in:
parent
8bceae0a3a
commit
794bbccd51
16 changed files with 167 additions and 33 deletions
|
|
@ -51,7 +51,8 @@ typedef struct DiscordEventHandlers {
|
|||
|
||||
DISCORD_EXPORT void Discord_Initialize(const char* applicationId,
|
||||
DiscordEventHandlers* handlers,
|
||||
int autoRegister);
|
||||
int autoRegister,
|
||||
const char* optionalSteamId);
|
||||
DISCORD_EXPORT void Discord_Shutdown();
|
||||
|
||||
/* checks for incoming messages, dispatches callbacks */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue