Jazz2/Direction.h file

Namespaces

namespace Jazz2
Root namespace of Jazz² Resurrection.

Enums

enum class Direction { None = 0, Up = 0x01, Down = 0x02, Left = 0x04, Right = 0x08, Any = Up | Down | Left | Right }
Direction, supports a bitwise combination of its member values.