From d1793df1eda463b10107d41785ad1d7f055ed476 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 18 May 2024 14:48:12 +0500 Subject: upd: moved the bot part to a relative subfolder --- bot/src/timer.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bot/src/timer.hpp (limited to 'bot/src/timer.hpp') 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); +} -- cgit v1.2.3