#include <cstdint>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::core |
Functions | |
void | yaze::core::CopyImageToClipboard (const std::vector< uint8_t > &data) |
void | yaze::core::GetImageFromClipboard (std::vector< uint8_t > &data, int &width, int &height) |