Added AchievementManager ResponseType EXPIRED_CONTEXT for when operation inputs change between when an operation is queued and executed, and MALFORMED_OBJECT for when an rcheevos process method goes wrong.
This commit is contained in:
parent
31091fc975
commit
3c564078cd
|
@ -34,6 +34,8 @@ public:
|
|||
INVALID_REQUEST,
|
||||
INVALID_CREDENTIALS,
|
||||
CONNECTION_FAILED,
|
||||
MALFORMED_OBJECT,
|
||||
EXPIRED_CONTEXT,
|
||||
UNKNOWN_FAILURE
|
||||
};
|
||||
using ResponseCallback = std::function<void(ResponseType)>;
|
||||
|
|
Loading…
Reference in New Issue