forked from Green-Sky/tomato
start thinking about pasting files
This commit is contained in:
6
src/sdl_clipboard_utils.hpp
Normal file
6
src/sdl_clipboard_utils.hpp
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// returns the mimetype (c-string) of the image in the clipboard
|
||||
// or nullptr, if there is none
|
||||
const char* clipboardHasImage(void);
|
||||
|
Reference in New Issue
Block a user