Orientation.h 71 B

123456
  1. #pragma once
  2. enum class Orientation {
  3. Horizontal,
  4. Vertical
  5. };