yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
clipboard.cc File Reference
#include "app/core/platform/clipboard.h"
#include <cstdint>
#include <vector>
Include dependency graph for clipboard.cc:

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)