yaze
0.2.2
Link to the Past ROM Editor
Loading...
Searching...
No Matches
clipboard.cc
Go to the documentation of this file.
1
#include "
app/core/platform/clipboard.h
"
2
3
#include <cstdint>
4
#include <vector>
5
6
namespace
yaze
{
7
namespace
core
{
8
9
void
CopyImageToClipboard
(
const
std::vector<uint8_t>& data) {}
10
void
GetImageFromClipboard
(std::vector<uint8_t>& data,
int
& width,
11
int
& height) {}
12
13
}
// namespace core
14
}
// namespace yaze
clipboard.h
yaze::core
Definition
controller.cc:19
yaze::core::GetImageFromClipboard
void GetImageFromClipboard(std::vector< uint8_t > &data, int &width, int &height)
Definition
clipboard.cc:10
yaze::core::CopyImageToClipboard
void CopyImageToClipboard(const std::vector< uint8_t > &data)
Definition
clipboard.cc:9
yaze
Main namespace for the application.
Definition
controller.cc:18
src
app
core
platform
clipboard.cc
Generated by
1.13.2