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