mirror of
https://github.com/Goldenkrew3000/OSSP_OpenSource.git
synced 2025-12-20 00:34:44 +10:00
Added error handling to discord RPC and made user agent consistent
This commit is contained in:
@@ -22,7 +22,7 @@ typedef struct {
|
||||
|
||||
void discordrpc_struct_init(discordrpc_data** discordrpc_struct);
|
||||
void discordrpc_struct_deinit(discordrpc_data** discordrpc_struct);
|
||||
void discordrpc_init();
|
||||
int discordrpc_init();
|
||||
void discordrpc_update(discordrpc_data** discordrpc_struct);
|
||||
char* discordrpc_getOS();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user