mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-27 23:12:06 +00:00
8 lines
63 B
C
8 lines
63 B
C
#pragma once
|
|
|
|
enum class TextElision
|
|
{
|
|
None,
|
|
Right,
|
|
};
|