diff options
Diffstat (limited to 'src/platform/path.h')
-rw-r--r-- | src/platform/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/path.h b/src/platform/path.h index 0ec6993..73063ea 100644 --- a/src/platform/path.h +++ b/src/platform/path.h @@ -13,4 +13,4 @@ typedef struct path_opt { bool has_value; } path_opt; -path_opt path_parent(const char* path); // TODO: convert to using str8
\ No newline at end of file +path_opt path_parent(arena* a, const char* path); // TODO: convert to using str8
\ No newline at end of file |