From f3401ce1532938fec63d22095ca8b14affcfdce3 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 5 Mar 2024 19:16:25 +0100 Subject: exit button working --- src/platform.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/platform.h') diff --git a/src/platform.h b/src/platform.h index 1fb032d..e9d7ba5 100644 --- a/src/platform.h +++ b/src/platform.h @@ -29,6 +29,8 @@ typedef enum t_ts_file_open_error FILE_ERROR_TOO_BIG = 11, } ts_file_open_error; +extern bool program_running; + 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); void ts_platform_list_files(ts_search_result* result); -- cgit v1.2.3-70-g09d2