From 12054246a2a3f015e35495f8f10d65d2fdc1b72c Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Thu, 20 Jul 2017 13:22:11 -0700 Subject: [PATCH] C nonsense --- include/discord-rpc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/discord-rpc.h b/include/discord-rpc.h index 4069d3e..a6e45e2 100644 --- a/include/discord-rpc.h +++ b/include/discord-rpc.h @@ -7,7 +7,7 @@ extern "C" { #endif -typedef struct { +typedef struct DiscordRichPresence { const char* state; const char* details; int64_t startTimestamp; @@ -25,7 +25,7 @@ typedef struct { int8_t instance; } DiscordRichPresence; -typedef struct { +typedef struct DiscordEventHandlers { void (*ready)(); void (*disconnected)(int errorCode, const char* message); void (*presenceRequested)();