diff options
Diffstat (limited to 'src/platform/path.h')
-rw-r--r-- | src/platform/path.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/platform/path.h b/src/platform/path.h deleted file mode 100644 index ce53339..0000000 --- a/src/platform/path.h +++ /dev/null @@ -1,16 +0,0 @@ -/** - * @file path.h - * @brief - * @date 2024-03-11 - * @copyright Copyright (c) 2024 - */ -#pragma once - -#include "str.h" - -typedef struct path_opt { - Str8 path; - bool has_value; -} path_opt; - -path_opt path_parent(arena* a, const char* path); // TODO: convert to using str8 |