From 51a9de3af37eb8a6844a2dd5f3f568f3956726db Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 24 Jun 2023 13:06:13 +1000 Subject: This is overkill --- source/core/StarAssetPath.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/core/StarAssetPath.hpp') 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 subPath; NestedDirectives directives; -- cgit v1.2.3