mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +00:00
LibDraw: Move the Orientation enum to its own LibDraw header file.
This commit is contained in:
parent
d48c73b10a
commit
26e252b0f8
Notes:
sideshowbarker
2024-07-19 13:07:21 +09:00
Author: https://github.com/awesomekling
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