mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibUnicode: Add missing structures to forwarding header
This commit is contained in:
parent
128779938d
commit
113bf4a9dd
Notes:
sideshowbarker
2024-07-18 04:53:41 +09:00
Author: https://github.com/trflynn89
Commit: 113bf4a9dd
Pull-request: https://github.com/SerenityOS/serenity/pull/9749
Reviewed-by: https://github.com/linusg ✅
1 changed files with 6 additions and 0 deletions
|
@ -19,8 +19,14 @@ enum class Script : u8;
|
|||
enum class Territory : u8;
|
||||
enum class WordBreakProperty : u8;
|
||||
|
||||
struct Keyword;
|
||||
struct LanguageID;
|
||||
struct LocaleExtension;
|
||||
struct LocaleID;
|
||||
struct OtherExtension;
|
||||
struct SpecialCasing;
|
||||
struct TransformedExtension;
|
||||
struct TransformedField;
|
||||
struct UnicodeData;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue