diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-11 15:02:55 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-11 15:02:55 +0100 |
| commit | dd286e9f696ebd631af45bca82ca458aafd21728 (patch) | |
| tree | 18b8a8a101bce4864f2ef0f84d46881c11d1dd36 /src/platform.h | |
| parent | 807d87681c5eca52fee692321ae0279324204cc6 (diff) | |
platform 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 b9f242c..796226b 100644 --- a/src/platform.h +++ b/src/platform.h @@ -204,6 +204,7 @@ void get_name_from_path(char *buffer, char *path); void get_directory_from_path(char *buffer, char *path); vec2 platform_get_window_size(platform_window *window); s32 filter_matches(array *filters, char *string, char **matched_filter); +void platform_delete_file(char *path); u64 platform_get_time(time_type time_type, time_precision precision); s32 platform_get_memory_size(); |
