From 18af78e6af49821f8c7adb5b4325d75c8bf4fd03 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 17 Aug 2020 02:40:03 -0400 Subject: connect and heartbeat --- abaddon.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 abaddon.hpp (limited to 'abaddon.hpp') diff --git a/abaddon.hpp b/abaddon.hpp new file mode 100644 index 0000000..6842d20 --- /dev/null +++ b/abaddon.hpp @@ -0,0 +1,14 @@ +#include +#include "discord/discord.hpp" + +class Abaddon { +public: + int DoMainLoop(); + void StartDiscordThread(); + + void ActionConnect(); + +private: + Glib::RefPtr m_gtk_app; + DiscordClient m_discord; +}; \ No newline at end of file -- cgit v1.2.3