IGameArea: Amend formatting of EChain

Makes for nicer visual scanning.
This commit is contained in:
Lioncash 2020-03-30 00:47:27 -04:00
parent 6ae935924b
commit 79b1e26052
1 changed files with 8 additions and 1 deletions

View File

@ -58,6 +58,13 @@ public:
virtual const zeus::CTransform& IGetTM() const = 0;
};
enum class EChain { Invalid = -1, ToDeallocate, Deallocated, Loading, Alive, AliveJudgement };
enum class EChain {
Invalid = -1,
ToDeallocate,
Deallocated,
Loading,
Alive,
AliveJudgement,
};
} // namespace urde