diff options
author | rtk0c <[email protected]> | 2021-03-29 17:55:02 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-03-29 17:55:02 -0700 |
commit | 70cc233165b5efa3a3888af34f7afce095fe6947 (patch) | |
tree | b15e8f2e3816acc204846188e78514f2ba6ad816 /core/src/Utils/StandardDirectories.hpp | |
parent | 6032ae108064650324b2c45352e1baa5b36961cc (diff) |
More work on project tab
Diffstat (limited to 'core/src/Utils/StandardDirectories.hpp')
-rw-r--r-- | core/src/Utils/StandardDirectories.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/Utils/StandardDirectories.hpp b/core/src/Utils/StandardDirectories.hpp new file mode 100644 index 0000000..4f7e5e2 --- /dev/null +++ b/core/src/Utils/StandardDirectories.hpp @@ -0,0 +1,10 @@ +#pragma once + +#include <filesystem> + +namespace StandardDirectories { + +const std::filesystem::path& UserData(); +const std::filesystem::path& UserConfig(); + +} // namespace StandardDirectories |