6352e8e319
all at once
12 lines
258 B
C++
12 lines
258 B
C++
#include "StarDesktopService_pc_steam.hpp"
|
|
|
|
namespace Star {
|
|
|
|
SteamDesktopService::SteamDesktopService(PcPlatformServicesStatePtr) {}
|
|
|
|
void SteamDesktopService::openUrl(String const& url) {
|
|
SteamFriends()->ActivateGameOverlayToWebPage(url.utf8Ptr());
|
|
}
|
|
|
|
}
|