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 --- src/bundle.hpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/bundle.hpp (limited to 'src/bundle.hpp') diff --git a/src/bundle.hpp b/src/bundle.hpp deleted file mode 100644 index d30f5f8..0000000 --- a/src/bundle.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#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