Jazz2/ExitType.h file

Namespaces

namespace Jazz2
Root namespace of Jazz² Resurrection.

Enums

enum class ExitType : std::uint8_t { None, Normal, Warp, Bonus, Special, Boss, TypeMask = 0x0f, Frozen = 0x40, FastTransition = 0x80 }
Exit type, supports a bitwise combination of its member values.