#pragma once #include bool put_data_on_clipboard(const char* text); std::string get_user_password(); std::optional get_save_path();