mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
LibUnicode: Generate a list of available currencies
This commit is contained in:
committed by
Linus Groh
parent
481ced53d8
commit
bb0f548614
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/Span.h>
|
||||
#include <AK/StringView.h>
|
||||
|
||||
namespace Unicode {
|
||||
@@ -17,5 +18,6 @@ struct CurrencyCode {
|
||||
};
|
||||
|
||||
Optional<CurrencyCode> get_currency_code(StringView currency);
|
||||
Span<StringView const> get_available_currencies();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user