ladybird/Libraries/LibDraw/Orientation.h

7 lines
71 B
C

#pragma once
enum class Orientation {
Horizontal,
Vertical
};