mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
7 lines
71 B
C
7 lines
71 B
C
#pragma once
|
|
|
|
enum class Orientation {
|
|
Horizontal,
|
|
Vertical
|
|
};
|