Handle Reset and Server Error client events.

This commit is contained in:
LillyJadeKatrin
2024-04-02 19:33:52 -04:00
parent b05028da1f
commit 3bf5b8e610
2 changed files with 20 additions and 0 deletions

View File

@ -169,6 +169,8 @@ private:
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);
static void HandleResetEvent(const rc_client_event_t* client_event);
static void HandleServerErrorEvent(const rc_client_event_t* client_event);
static void Request(const rc_api_request_t* request, rc_client_server_callback_t callback,
void* callback_data, rc_client_t* client);