mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:38:10 +00:00
LibDraw: Move the Orientation enum to its own LibDraw header file.
This commit is contained in:
parent
d48c73b10a
commit
26e252b0f8
2 changed files with 11 additions and 8 deletions
6
Libraries/LibDraw/Orientation.h
Normal file
6
Libraries/LibDraw/Orientation.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
enum class Orientation {
|
||||
Horizontal,
|
||||
Vertical
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue