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