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

summaryrefslogtreecommitdiff
path: root/source/core/StarAssetPath.hpp
diff options
context:
space:
mode:
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;