Align nixAC to spice2x folder structure

This commit is contained in:
2026-08-06 16:03:22 +02:00
parent 3ddd34d51d
commit 64260623bf
1060 changed files with 0 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include <filesystem>
namespace clipboard {
void copy_image(const std::filesystem::path path);
void copy_text(const std::string& str);
const std::string paste_text();
}