#include "app/core/platform/clipboard.h" #include #include namespace yaze { namespace core { #if YAZE_LIB_PNG == 1 void CopyImageToClipboard(const std::vector& data) {} void GetImageFromClipboard(std::vector& data, int& width, int& height) {} #endif } // namespace core } // namespace yaze