8 lines
123 B
C++
8 lines
123 B
C++
#pragma once
|
|
|
|
#include <filesystem>
|
|
|
|
namespace clipboard {
|
|
void copy_image(const std::filesystem::path path);
|
|
}
|