1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 06:51:00 +00:00
serenity/Libraries/LibDraw/Orientation.h

6 lines
71 B
C

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