diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 20:13:46 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-15 20:13:46 +0100 |
| commit | a8b2c1dc224c21f9ba37c0ec2f5a32e0890ff532 (patch) | |
| tree | 40956d5beae842d5b896a4cde04b9021fce8c94b /src/import.h | |
| parent | 6aff2a945f45d5d4a755a2977ef483dd3e8987ff (diff) | |
move import export dialogs
Diffstat (limited to 'src/import.h')
| -rw-r--r-- | src/import.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import.h b/src/import.h index a3fedf9..0b163d0 100644 --- a/src/import.h +++ b/src/import.h @@ -11,4 +11,5 @@ typedef enum t_import_result { extern import_result last_import_result; -ts_search_result* ts_import_result(const utf8_int8_t* path);
\ No newline at end of file +ts_search_result* ts_import_result(const utf8_int8_t* path); +void ts_create_import_popup(int window_w, int window_h);
\ No newline at end of file |
