forked from Green-Sky/tomato
7 lines
149 B
C++
7 lines
149 B
C++
|
#pragma once
|
||
|
|
||
|
// returns the mimetype (c-string) of the image in the clipboard
|
||
|
// or nullptr, if there is none
|
||
|
const char* clipboardHasImage(void);
|
||
|
|