Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarAssetPath.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-06-24 13:06:13 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-06-24 13:06:13 +1000
commit51a9de3af37eb8a6844a2dd5f3f568f3956726db (patch)
tree66500bbc587a585bfd5490f916239a02d5859769 /source/core/StarAssetPath.hpp
parent2798d4bf668d74028b5c1f88ae5b7b25cd08de2d (diff)
This is overkill
Diffstat (limited to 'source/core/StarAssetPath.hpp')
-rw-r--r--source/core/StarAssetPath.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarAssetPath.hpp b/source/core/StarAssetPath.hpp
index e51acee..9da30e7 100644
--- a/source/core/StarAssetPath.hpp
+++ b/source/core/StarAssetPath.hpp
@@ -51,6 +51,9 @@ struct AssetPath {
// sourcePath.
static String relativeTo(String const& sourcePath, String const& givenPath);
+ AssetPath() = default;
+ AssetPath(String const& path);
+
String basePath;
Maybe<String> subPath;
NestedDirectives directives;