1
0
mirror of https://gitlab.com/Theopse/fbi-i18n-zh.git synced 2025-04-24 10:20:18 +08:00
2018-02-03 17:23:11 -08:00

8 lines
255 B
C

#pragma once
bool clipboard_has_contents();
FS_Archive clipboard_get_archive();
char* clipboard_get_path();
bool clipboard_is_contents_only();
Result clipboard_set_contents(FS_Archive archive, const char* path, bool contentsOnly);
void clipboard_clear();