diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-08 18:06:55 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-09-08 18:06:55 +0200 |
commit | 1ba97f613c25926f4007fda9e38131fbb8961173 (patch) | |
tree | 501051e35c6c44a48b8d8a93e12267ab5d3eb8d0 /src/lib/sounds/sounds.mli | |
parent | d04dec688cc9159d4e3ad47890ae4b1f40c5ec3c (diff) |
Update tengwar
Diffstat (limited to 'src/lib/sounds/sounds.mli')
-rw-r--r-- | src/lib/sounds/sounds.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/sounds/sounds.mli b/src/lib/sounds/sounds.mli index 4f0bbc1..7dea8c0 100644 --- a/src/lib/sounds/sounds.mli +++ b/src/lib/sounds/sounds.mli @@ -68,6 +68,7 @@ val l: t val semi_voyel_w: t val semi_voyel_y: t +val semi_voyel_u: t val is_voyel : t -> bool val is_nasal : t -> bool |