Skip to content

Commit

Permalink
save_game: add failed and obsolete topic statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Dec 26, 2022
1 parent 0bfd3cf commit 702c838
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/phoenix/save_game.hh
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ namespace phoenix::unstable {

/// \brief The status of a single log entry.
enum class topic_status : std::uint32_t {
current = 0x01,
active = 0x01,
completed = 0x02,
failed = 0x03,
obsolete = 0x04,
};

struct log_topic {
Expand Down

0 comments on commit 702c838

Please sign in to comment.