|
|
|
|
@ -177,6 +177,9 @@ const std::string& GetLoggedInUserIconURL();
|
|
|
|
|
/// Should be called with the lock held.
|
|
|
|
|
SmallString GetLoggedInUserPointsSummary();
|
|
|
|
|
|
|
|
|
|
/// Returns a URL for the given user's profile.
|
|
|
|
|
std::string GetProfileURL(std::string_view username);
|
|
|
|
|
|
|
|
|
|
/// Returns the URL for the specified game icon, using the game ID.
|
|
|
|
|
std::string GetGameBadgeURL(u32 game_id);
|
|
|
|
|
|
|
|
|
|
@ -190,6 +193,9 @@ u32 GetPendingUnlockCount();
|
|
|
|
|
extern const char* const RA_LOGO_ICON_NAME;
|
|
|
|
|
extern const char* const RA_LOGO_SVG_ICON_NAME;
|
|
|
|
|
|
|
|
|
|
/// URL for registering accounts.
|
|
|
|
|
extern const char* const RA_REGISTER_URL;
|
|
|
|
|
|
|
|
|
|
} // namespace Achievements
|
|
|
|
|
|
|
|
|
|
/// Functions implemented in the frontend.
|
|
|
|
|
|