Skip to content

Commit

Permalink
chore(deps): bump ZenKit
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Jan 22, 2024
1 parent 21c3951 commit c9d603b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions include/zenkit-capi/SaveGame.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ typedef ZkInternal_SaveState ZkSaveState;
#endif

typedef enum {
ZkSaveTopicSection_QUESTS = 0x00,
ZkSaveTopicSection_INFOS = 0x01,
ZkSaveTopicSection_MISSIONS = 0x00,
ZkSaveTopicSection_NOTES = 0x01,
} ZkSaveTopicSection;

typedef enum {
ZkSaveTopicStatus_ACTIVE = 0x01,
ZkSaveTopicStatus_COMPLETED = 0x02,
ZkSaveTopicStatus_FAILED = 0x03,
ZkSaveTopicStatus_FREE = 0x00,
ZkSaveTopicStatus_RUNNING = 0x01,
ZkSaveTopicStatus_SUCCESS = 0x02,
ZkSaveTopicStatus_FAILURE = 0x03,
ZkSaveTopicStatus_OBSOLETE = 0x04,
} ZkSaveTopicStatus;

Expand Down

0 comments on commit c9d603b

Please sign in to comment.