summaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-03-11 10:29:16 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-03-11 10:29:16 +0100
commit5de96dc1d57d017dd06c6be03260b43154b6fc5e (patch)
tree64142d5604023d673ae36767d1fdbf2d8b408897 /src/platform.h
parentbbeed51154a8a3782fe50ba9c7d57b13fbaa0bf4 (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 35ec81b..6a32212 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -175,6 +175,7 @@ void platform_window_swap_buffers(platform_window *window);
void platform_set_cursor(platform_window *window, cursor_type type);
void platform_window_set_title(platform_window *window, char *name);
file_content platform_read_file_content(char *path, const char *mode);
+s32 platform_get_file_size(char *path);
bool platform_write_file_content(char *path, const char *mode, char *buffer, s32 len);
void platform_destroy_file_content(file_content *content);
bool get_active_directory(char *buffer);