This commit is contained in:
2026-03-09 09:28:46 +01:00
parent 0ec5a42c71
commit a078022401
7 changed files with 673 additions and 19 deletions

View File

@@ -32,7 +32,8 @@ typedef enum {
resize_failed = 13,
choose_dir_failed = 14,
open_file_failed = 15,
save_file_failed = 16
save_file_failed = 16,
failed = 17
} result_t;
typedef struct {