Adding code to launch Espresso

This commit is contained in:
Den Delimarsky
2021-05-01 10:32:36 -07:00
parent a13a5fde84
commit 75ed9c7b12
4 changed files with 53 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ namespace PTSettingsHelper
{
constexpr inline const wchar_t* log_settings_filename = L"log_settings.json";
std::wstring get_module_save_file_location(std::wstring_view powertoy_key);
std::wstring get_module_save_folder_location(std::wstring_view powertoy_name);
std::wstring get_root_save_folder_location();