Add registry key to simplify launching

This commit is contained in:
Chris Marsh
2017-07-27 11:56:19 -07:00
parent fbb9828538
commit 1f6fd05884
4 changed files with 87 additions and 2 deletions

View File

@ -5,6 +5,12 @@
extern "C" {
#endif
/* Registration */
void Discord_Register(const char* applicationId);
/* RPC */
typedef struct DiscordRichPresence {
const char* state;
const char* details;