#ifndef WIN_HPP #define WIN_HPP #include #include bool put_data_on_clipboard(const char *text); std::string get_user_password(); std::optional get_save_path(); #endif