Route startup storage paths through platform services
This commit is contained in:
@@ -56,6 +56,11 @@ pp::platform::PlatformServices* App::platform_services() const noexcept
|
||||
return platform_services_;
|
||||
}
|
||||
|
||||
pp::platform::PlatformStoragePaths App::prepare_storage_paths()
|
||||
{
|
||||
return active_platform_services().prepare_storage_paths();
|
||||
}
|
||||
|
||||
std::string App::clipboard_get_text()
|
||||
{
|
||||
if (pp::app::plan_clipboard_read() != pp::app::ClipboardReadAction::read_text)
|
||||
|
||||
Reference in New Issue
Block a user