summaryrefslogtreecommitdiff
path: root/bot/src/timer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/timer.hpp')
-rw-r--r--bot/src/timer.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/bot/src/timer.hpp b/bot/src/timer.hpp
new file mode 100644
index 0000000..40a52ee
--- /dev/null
+++ b/bot/src/timer.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "config.hpp"
+#include "irc/client.hpp"
+
+namespace bot {
+ void create_timer_thread(irc::Client *irc_client,
+ Configuration *configuration);
+}