mirror of https://github.com/AxioDL/metaforce.git
IGameArea: Amend formatting of EChain
Makes for nicer visual scanning.
This commit is contained in:
parent
6ae935924b
commit
79b1e26052
|
@ -58,6 +58,13 @@ public:
|
||||||
virtual const zeus::CTransform& IGetTM() const = 0;
|
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
|
} // namespace urde
|
||||||
|
|
Loading…
Reference in New Issue