....that!

This commit is contained in:
2025-11-18 00:56:32 -05:00
parent 34948292ae
commit be772481f6
18 changed files with 374 additions and 162 deletions

View File

@@ -7,6 +7,7 @@ namespace anm2ed
class Clipboard
{
public:
Clipboard();
bool is_empty();
std::string get();
void set(const std::string&);