Const buttons (2 buttons)
This commit is contained in:
parent
899d6b8c9b
commit
cec5664706
@ -39,6 +39,10 @@ typedef struct DiscordRichPresence {
|
||||
const char* matchSecret; /* max 128 bytes */
|
||||
const char* joinSecret; /* max 128 bytes */
|
||||
const char* spectateSecret; /* max 128 bytes */
|
||||
const char* button1Label; /* max 32 bytes */
|
||||
const char* button1Url; /* max 512 bytes */
|
||||
const char* button2Label; /* max 32 bytes */
|
||||
const char* button2Url; /* max 512 bytes */
|
||||
int8_t instance;
|
||||
} DiscordRichPresence;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user