diff options
Diffstat (limited to 'source/application/StarDesktopService_pc_steam.cpp')
-rw-r--r-- | source/application/StarDesktopService_pc_steam.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/application/StarDesktopService_pc_steam.cpp b/source/application/StarDesktopService_pc_steam.cpp new file mode 100644 index 0000000..c00c0c6 --- /dev/null +++ b/source/application/StarDesktopService_pc_steam.cpp @@ -0,0 +1,11 @@ +#include "StarDesktopService_pc_steam.hpp" + +namespace Star { + +SteamDesktopService::SteamDesktopService(PcPlatformServicesStatePtr) {} + +void SteamDesktopService::openUrl(String const& url) { + SteamFriends()->ActivateGameOverlayToWebPage(url.utf8Ptr()); +} + +} |