diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-11 23:00:26 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-11 23:00:26 +1000 |
commit | b03bde3d412148cd573f5f14012cdd270f309947 (patch) | |
tree | 848af582079a60787cc5a5f8138e7ca6d508f2ee /src/platform/path.h | |
parent | 48a703e52490cb52fd32e54e3e37f7e70462a267 (diff) |
starting work on immediate mode drawing
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 |