diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 09:29:45 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-10 09:29:45 +0100 |
| commit | b84007b0bc5fe286c96c675f5c2c210cccbc0490 (patch) | |
| tree | eba0e84d3dd525e146153a5a318d577a42b519a9 /src/platform.h | |
| parent | cfbb40b1d08a110a3616a21224c2c13329d12e43 (diff) | |
set clipboard impl
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platform.h b/src/platform.h index 2fa1f43..8d5583c 100644 --- a/src/platform.h +++ b/src/platform.h @@ -35,7 +35,6 @@ bool ts_platform_dir_exists(utf8_int8_t* dir); ts_file_content ts_platform_read_file(char *path, const char *mode); void ts_platform_list_files_block(ts_search_result* result, wchar_t* start_dir = nullptr); uint64_t ts_platform_get_time(uint64_t compare = 0); // if compare is not 0, return difference between timestamp and now, in milliseconds. -bool ts_platform_copy_to_clipboard(utf8_int8_t* str); void ts_platform_open_file_as(utf8_int8_t* str); void ts_platform_open_file_in_folder(utf8_int8_t* file); |
