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/bundle.hpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bot/src/bundle.hpp (limited to 'bot/src/bundle.hpp') diff --git a/bot/src/bundle.hpp b/bot/src/bundle.hpp new file mode 100644 index 0000000..d30f5f8 --- /dev/null +++ b/bot/src/bundle.hpp @@ -0,0 +1,15 @@ +#pragma once + +#include "api/twitch/helix_client.hpp" +#include "config.hpp" +#include "irc/client.hpp" +#include "localization/localization.hpp" + +namespace bot { + struct InstanceBundle { + irc::Client &irc_client; + const api::twitch::HelixClient &helix_client; + const bot::loc::Localization &localization; + const Configuration &configuration; + }; +} -- cgit v1.2.3