#pragma once #include "current_profile/current_profile_tabs.hpp" namespace big { class tab_handling { public: static void tab_current_profile(); static void tab_my_profiles(); static void tab_search(); }; }