mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-11 18:25:03 +00:00
8 lines
63 B
C
8 lines
63 B
C
#pragma once
|
|
|
|
enum class TextElision
|
|
{
|
|
None,
|
|
Right,
|
|
};
|