summaryrefslogtreecommitdiff
path: root/src/platform/path.h
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-17 15:01:54 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-03-17 15:01:54 +1100
commitc97327fcdcbe8b85d7718cfb722e1525986a8514 (patch)
tree9c0df938345bff356f8fcc97740afedb1f500b3d /src/platform/path.h
parent1afe4876cb8133c5b47fdcfeb07decc5565c4844 (diff)
parent51b4a3fc75351d6ecd2142c228d31a1f7ed52152 (diff)
Merge branch 'master' into transform-hierarchy
Diffstat (limited to 'src/platform/path.h')
-rw-r--r--src/platform/path.h2
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