ladybird/Libraries/LibDraw/Orientation.h

7 lines
71 B
C
Raw Normal View History

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