summaryrefslogtreecommitdiff
path: root/abaddon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'abaddon.hpp')
-rw-r--r--abaddon.hpp14
1 files changed, 14 insertions, 0 deletions
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 <gtkmm.h>
+#include "discord/discord.hpp"
+
+class Abaddon {
+public:
+ int DoMainLoop();
+ void StartDiscordThread();
+
+ void ActionConnect();
+
+private:
+ Glib::RefPtr<Gtk::Application> m_gtk_app;
+ DiscordClient m_discord;
+}; \ No newline at end of file