#pragma once #include "current_profile/current_profile_tabs.hpp" #include "services/vehicle_service.hpp" namespace big::tab_handling { void tab_current_profile(); void tab_my_profiles(); void tab_saved_profiles(); void tab_search(); }