tomato/src/sdl_clipboard_utils.hpp

7 lines
149 B
C++
Raw Normal View History

2023-07-30 15:10:26 +02:00
#pragma once
// returns the mimetype (c-string) of the image in the clipboard
// or nullptr, if there is none
const char* clipboardHasImage(void);