4 lines
92 B
C++
4 lines
92 B
C++
#pragma once
|
|
|
|
bool put_data_on_clipboard(const char* text);
|
|
std::string get_user_password(); |