1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 22:35:09 +00:00
serenity/Libraries/LibDraw/Orientation.h

6 lines
71 B
C

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