aboutsummaryrefslogtreecommitdiff
path: root/discord_rich_presence.h
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2018-11-09 23:04:19 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2018-11-10 12:36:12 -0600
commitc7a58f89b1b5fbc7179b89a7300c3d1a2f7ba6cc (patch)
tree3b7fc120e9653a79fee1531776495b1ab4f6bfa7 /discord_rich_presence.h
parent3ef743da7b8071e0dc4b1189cbe131f65f11b5de (diff)
parent57736ad24b63962424afba16edfe792427b223d6 (diff)
Initial merge of Case Cafe 1.4.1 into mainline
Diffstat (limited to 'discord_rich_presence.h')
-rw-r--r--discord_rich_presence.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/discord_rich_presence.h b/discord_rich_presence.h
index 348d36fa..e96fd887 100644
--- a/discord_rich_presence.h
+++ b/discord_rich_presence.h
@@ -7,12 +7,17 @@
#include <string>
#include <discord-rpc.h>
+#include <cstring>
+#include <ctime>
+
+#include <QDebug>
+
namespace AttorneyOnline {
class Discord
{
private:
- const char* APPLICATION_ID = "399779271737868288";
+ const char* APPLICATION_ID = "474362730397302823";
std::string server_name, server_id;
int64_t timestamp;
public: