summaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-01 11:26:27 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-01 11:26:27 +0100
commit79d5651b66a37d756ac463f19aa001a27ac1f525 (patch)
tree95d80b8e49480149fac66f15f8aa4bc4651966fc /src/platform.h
parent66a80011ceaadbbc2a835b60c68f60415eaeed96 (diff)
work
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h1
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);