blob: c00c0c6317f01968d7419452af24d9aa5dcc3440 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "StarDesktopService_pc_steam.hpp"
namespace Star {
SteamDesktopService::SteamDesktopService(PcPlatformServicesStatePtr) {}
void SteamDesktopService::openUrl(String const& url) {
SteamFriends()->ActivateGameOverlayToWebPage(url.utf8Ptr());
}
}
|