Handle Game Completed Client Event

This commit is contained in:
LillyJadeKatrin
2024-04-01 15:20:35 -04:00
parent 6b5b7cbd7c
commit 70116b222d
2 changed files with 23 additions and 0 deletions

View File

@ -193,6 +193,7 @@ private:
static void HandleAchievementChallengeIndicatorShowEvent(const rc_client_event_t* client_event);
static void HandleAchievementChallengeIndicatorHideEvent(const rc_client_event_t* client_event);
static void HandleAchievementProgressIndicatorShowEvent(const rc_client_event_t* client_event);
static void HandleGameCompletedEvent(const rc_client_event_t* client_event, rc_client_t* client);
template <typename RcRequest, typename RcResponse>
ResponseType Request(RcRequest rc_request, RcResponse* rc_response,