#pragma once #include "platform_api/platform_services.h" namespace pp::platform::legacy { [[nodiscard]] PlatformServices& platform_services(); }