1#ifndef YAZE_APP_CORE_PLATFORM_CLIPBOARD_H
2#define YAZE_APP_CORE_PLATFORM_CLIPBOARD_H
void GetImageFromClipboard(std::vector< uint8_t > &data, int &width, int &height)
void CopyImageToClipboard(const std::vector< uint8_t > &data)
Main namespace for the application.