1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-15 20:32:23 +00:00
serenity/Libraries/LibDraw/Orientation.h

6 lines
71 B
C

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