diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-01 11:26:27 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-01 11:26:27 +0100 |
| commit | 79d5651b66a37d756ac463f19aa001a27ac1f525 (patch) | |
| tree | 95d80b8e49480149fac66f15f8aa4bc4651966fc /src/platform.h | |
| parent | 66a80011ceaadbbc2a835b60c68f60415eaeed96 (diff) | |
work
Diffstat (limited to 'src/platform.h')
| -rw-r--r-- | src/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h index d256c5f..b9f242c 100644 --- a/src/platform.h +++ b/src/platform.h @@ -195,6 +195,7 @@ void platform_destroy(); void platform_set_icon(platform_window *window, image *img); void platform_autocomplete_path(char *buffer, bool want_dir); bool platform_directory_exists(char *path); +void platform_create_directory(char *path); bool platform_file_exists(char *path); void platform_show_alert(char *title, char *message); char *get_config_save_location(char *buffer); |
