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

6 lines
71 B
C

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