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/linux/main_linux.cpp | |
| parent | cfbb40b1d08a110a3616a21224c2c13329d12e43 (diff) | |
set clipboard impl
Diffstat (limited to 'src/linux/main_linux.cpp')
| -rw-r--r-- | src/linux/main_linux.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/linux/main_linux.cpp b/src/linux/main_linux.cpp index 2041c09..a4e30d3 100644 --- a/src/linux/main_linux.cpp +++ b/src/linux/main_linux.cpp @@ -295,3 +295,11 @@ uint64_t ts_platform_get_time(uint64_t compare) { return result; } + +void ts_platform_open_file_as(utf8_int8_t* str) { + // not implemented +} + +void ts_platform_open_file_in_folder(utf8_int8_t* file) { + // not implemented +}
\ No newline at end of file |
