mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-18 16:21:52 +00:00
6 lines
71 B
C
6 lines
71 B
C
#pragma once
|
|
|
|
enum class Orientation {
|
|
Horizontal,
|
|
Vertical
|
|
};
|