#pragma once #include namespace BotConstants { namespace Button { const std::string FIND_ANIME = "Найти аниме"; const std::string MY_TITLES = "Мои тайтлы"; } namespace Callback { const std::string FIND_ANIME = "action:find_anime"; const std::string MY_TITLES = "navigation:my_titles"; } namespace Text { const std::string MAIN_MENU = "Вас приветствует nyanimedb бот:)\nЧего будем делать?"; } }